summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-09-14 14:16:52 -0700
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-09-14 14:16:52 -0700
commitbc36bf5ba53b39089f4ef08034a225841ffbcc78 (patch)
tree046d376915a317ed66154634a5b71e2838a8931e
parent88f02b0f04e97de864dd9c152e4a41ab8683f5da (diff)
downloadgitlab-ce-bc36bf5ba53b39089f4ef08034a225841ffbcc78.tar.gz
Fix mobile sidebar button to match height of desktop breadcrumbs
-rw-r--r--app/assets/stylesheets/new_sidebar.scss6
1 files changed, 6 insertions, 0 deletions
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;
+ }
}
}