Stop toggle sidebar button from changing height on collapse

This commit is contained in:
Annabel Dunstone Gray 2017-12-14 10:36:18 -07:00
parent 95f5a525b5
commit ad8aff0a95
No known key found for this signature in database
GPG Key ID: 7C8C78A372AD7A2D
1 changed files with 2 additions and 1 deletions

View File

@ -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;