From e001cca56f36ba25848330bdea1bf83073bf1c6d Mon Sep 17 00:00:00 2001 From: Aaron Carlisle Date: Wed, 3 Mar 2021 20:17:05 -0500 Subject: [PATCH] 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. --- src/sass/_theme_layout.sass | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/sass/_theme_layout.sass b/src/sass/_theme_layout.sass index c48d4d80..53003fd0 100644 --- a/src/sass/_theme_layout.sass +++ b/src/sass/_theme_layout.sass @@ -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 @@ -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