From b04cf654851c0b4a1c4d15341353e490b3d139dd Mon Sep 17 00:00:00 2001 From: Lisa Passing Date: Mon, 11 May 2015 12:36:46 +0200 Subject: [PATCH] fix tabnav sidebar --- app/styles/app/layouts/sidebar.sass | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/styles/app/layouts/sidebar.sass b/app/styles/app/layouts/sidebar.sass index 271e0d2d..01edcd23 100644 --- a/app/styles/app/layouts/sidebar.sass +++ b/app/styles/app/layouts/sidebar.sass @@ -67,7 +67,7 @@ $sb-font-size: 14px .active a:after, a:hover:after - bottom: -4px + bottom: -3px .icon--plus &:after @@ -78,11 +78,11 @@ $sb-font-size: 14px .icon--plus:after color: $teal1 &:after - bottom: -3px + bottom: -2px @media (min-width: #{lower-bound($large-range)}) ul - height: 1.7em + height: 2em li padding-right: 1em