Skip to content

Commit a135c20

Browse files
authored
FIX make theme switcher have consistent widths (#1651)
1 parent 093c4e0 commit a135c20

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/pydata_sphinx_theme/assets/styles/components/_switcher-theme.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@
1919
text-decoration: none;
2020
color: var(--pst-color-link-hover);
2121
}
22+
23+
.fa-lg {
24+
aspect-ratio: 1 / 1;
25+
}
2226
}
2327
}
2428

0 commit comments

Comments
 (0)