Skip to content

Commit

Permalink
Fix Nav Buttons Size (#1067)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Blendify committed Mar 4, 2021
1 parent 8ba9c8a commit e001cca
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/sass/_theme_layout.sass
Expand Up @@ -70,8 +70,7 @@ html
margin-left: -1.2em
@extend .fa
@extend .fa-plus-square-o
font-size: .8em
line-height: 1.6em
line-height: 18px
color: darken($menu-link-medium, 20%)

// On state for the first level
Expand All @@ -92,8 +91,7 @@ html
@extend .fa
@extend .fa-minus-square-o
display: block
font-size: .8em
line-height: 1.6em
line-height: 18px
color: darken($menu-link-medium, 30%)

li.toctree-l1.current > a
Expand Down

0 comments on commit e001cca

Please sign in to comment.