Commit 6b9a0799 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Increase tap target on hamburger menu

parent bc36bf5b
...@@ -388,6 +388,12 @@ header.navbar-gitlab-new { ...@@ -388,6 +388,12 @@ header.navbar-gitlab-new {
align-self: center; align-self: center;
color: $gl-text-color-secondary; color: $gl-text-color-secondary;
@media (max-width: $screen-xs-max) {
padding-left: 17px;
margin-left: 33px;
border-left: 1px solid $gl-text-color-quaternary;
}
.avatar-tile { .avatar-tile {
margin-right: 4px; margin-right: 4px;
border: 1px solid $border-color; border: 1px solid $border-color;
......
...@@ -442,7 +442,6 @@ $new-sidebar-collapsed-width: 50px; ...@@ -442,7 +442,6 @@ $new-sidebar-collapsed-width: 50px;
padding: 6px 16px; padding: 6px 16px;
margin: 0 16px 0 -15px; margin: 0 16px 0 -15px;
height: 46px; height: 46px;
border-right: 1px solid $gl-text-color-quaternary;
i { i {
font-size: 20px; font-size: 20px;
...@@ -451,8 +450,8 @@ $new-sidebar-collapsed-width: 50px; ...@@ -451,8 +450,8 @@ $new-sidebar-collapsed-width: 50px;
@media (max-width: $screen-xs-max) { @media (max-width: $screen-xs-max) {
display: inline-block; display: inline-block;
height: 16px; position: absolute;
padding: 0 16px; 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