summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-12-14 10:36:18 -0700
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-12-15 12:30:55 -0700
commitad8aff0a95723e18b63b61d4f0f0bca249820ca4 (patch)
treec7c3cc997f960ea2a8a540559e8bc899ed250fe2
parent95f5a525b5a729725d6b559101026b8f39c9c39d (diff)
downloadgitlab-ce-39974-toggle-sidebar-btn.tar.gz
Stop toggle sidebar button from changing height on collapse39974-toggle-sidebar-btn
-rw-r--r--app/assets/stylesheets/framework/contextual-sidebar.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/contextual-sidebar.scss b/app/assets/stylesheets/framework/contextual-sidebar.scss
index 26a2db99e0a..8baf7ca23a4 100644
--- a/app/assets/stylesheets/framework/contextual-sidebar.scss
+++ b/app/assets/stylesheets/framework/contextual-sidebar.scss
@@ -320,13 +320,14 @@
transition: width $sidebar-transition-duration;
position: fixed;
bottom: 0;
- padding: 16px;
+ padding: $gl-padding;
background-color: $gray-light;
border: 0;
border-top: 2px solid $border-color;
color: $gl-text-color-secondary;
display: flex;
align-items: center;
+ line-height: 1;
svg {
margin-right: 8px;