Skip to content

Commit 4d4dcbb

Browse files
committed
icon height 1.3em
1 parent 105ada3 commit 4d4dcbb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/pydata_sphinx_theme/assets/styles/components/_sidebar-collapse.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@
4040
// the padding top value must match the padding bottom value because the
4141
// icon undergoes a 180deg rotation when the sidebar is collapsed.
4242
padding: 0.4em 0;
43-
height: 1.4em;
43+
44+
// This value was also chosen by trial and error until it looked good.
45+
height: 1.3em;
4446
}
4547

4648
.pst-collapse-sidebar-label {

0 commit comments

Comments
 (0)