Commit 7249f22c authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Vertically center hamburger button

parent 6b9a0799
...@@ -375,8 +375,6 @@ header.navbar-gitlab-new { ...@@ -375,8 +375,6 @@ header.navbar-gitlab-new {
display: flex; display: flex;
width: 100%; width: 100%;
position: relative; position: relative;
padding-top: $gl-padding;
padding-bottom: $gl-padding;
align-items: center; align-items: center;
border-bottom: 1px solid $border-color; border-bottom: 1px solid $border-color;
} }
...@@ -390,7 +388,6 @@ header.navbar-gitlab-new { ...@@ -390,7 +388,6 @@ header.navbar-gitlab-new {
@media (max-width: $screen-xs-max) { @media (max-width: $screen-xs-max) {
padding-left: 17px; padding-left: 17px;
margin-left: 33px;
border-left: 1px solid $gl-text-color-quaternary; border-left: 1px solid $gl-text-color-quaternary;
} }
......
...@@ -440,7 +440,7 @@ $new-sidebar-collapsed-width: 50px; ...@@ -440,7 +440,7 @@ $new-sidebar-collapsed-width: 50px;
background-color: transparent; background-color: transparent;
border: 0; border: 0;
padding: 6px 16px; padding: 6px 16px;
margin: 0 16px 0 -15px; margin: 0 0 0 -15px;
height: 46px; height: 46px;
i { i {
...@@ -449,9 +449,8 @@ $new-sidebar-collapsed-width: 50px; ...@@ -449,9 +449,8 @@ $new-sidebar-collapsed-width: 50px;
} }
@media (max-width: $screen-xs-max) { @media (max-width: $screen-xs-max) {
display: inline-block; display: flex;
position: absolute; align-items: center;
top: 2px;
i { i {
font-size: 18px; font-size: 18px;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment