From ad8aff0a95723e18b63b61d4f0f0bca249820ca4 Mon Sep 17 00:00:00 2001 From: Annabel Dunstone Gray Date: Thu, 14 Dec 2017 10:36:18 -0700 Subject: [PATCH] Stop toggle sidebar button from changing height on collapse --- app/assets/stylesheets/framework/contextual-sidebar.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;