From bc36bf5ba53b39089f4ef08034a225841ffbcc78 Mon Sep 17 00:00:00 2001 From: Annabel Dunstone Gray Date: Thu, 14 Sep 2017 14:16:52 -0700 Subject: Fix mobile sidebar button to match height of desktop breadcrumbs --- app/assets/stylesheets/new_sidebar.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/assets/stylesheets/new_sidebar.scss b/app/assets/stylesheets/new_sidebar.scss index 952002c83d1..799ef9fd8ca 100644 --- a/app/assets/stylesheets/new_sidebar.scss +++ b/app/assets/stylesheets/new_sidebar.scss @@ -451,6 +451,12 @@ $new-sidebar-collapsed-width: 50px; @media (max-width: $screen-xs-max) { display: inline-block; + height: 16px; + padding: 0 16px; + + i { + font-size: 18px; + } } } -- cgit v1.2.1