Skip to content

Commit e001cca

Browse files
authored
Fix Nav Buttons Size (#1067)
Currently, Nav buttons to expand the menu are a bit small and do not match the link text. This makes the font size and line-height match between the text and icon.
1 parent 8ba9c8a commit e001cca

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/sass/_theme_layout.sass

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,7 @@ html
7070
margin-left: -1.2em
7171
@extend .fa
7272
@extend .fa-plus-square-o
73-
font-size: .8em
74-
line-height: 1.6em
73+
line-height: 18px
7574
color: darken($menu-link-medium, 20%)
7675

7776
// On state for the first level
@@ -92,8 +91,7 @@ html
9291
@extend .fa
9392
@extend .fa-minus-square-o
9493
display: block
95-
font-size: .8em
96-
line-height: 1.6em
94+
line-height: 18px
9795
color: darken($menu-link-medium, 30%)
9896

9997
li.toctree-l1.current > a

0 commit comments

Comments
 (0)