summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-12-18 08:43:47 +0000
committerPhil Hughes <me@iamphill.com>2017-12-18 08:43:47 +0000
commit307ac3a98f033e9b1dd8804d7794aaa42955e2e6 (patch)
tree4d36d2bba793eb52fea2b0e8237dd1cee12e3585
parent169a8c35847a925597ed1abb9225c722fc9ed8ee (diff)
parentad8aff0a95723e18b63b61d4f0f0bca249820ca4 (diff)
downloadgitlab-ce-307ac3a98f033e9b1dd8804d7794aaa42955e2e6.tar.gz
Merge branch '39974-toggle-sidebar-btn' into 'master'
Stop toggle sidebar button from changing height on collapse Closes #39974 See merge request gitlab-org/gitlab-ce!15944
-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;