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 {
align-self: center;
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 {
margin-right: 4px;
border: 1px solid $border-color;
......
......@@ -442,7 +442,6 @@ $new-sidebar-collapsed-width: 50px;
padding: 6px 16px;
margin: 0 16px 0 -15px;
height: 46px;
border-right: 1px solid $gl-text-color-quaternary;
i {
font-size: 20px;
......@@ -451,8 +450,8 @@ $new-sidebar-collapsed-width: 50px;
@media (max-width: $screen-xs-max) {
display: inline-block;
height: 16px;
padding: 0 16px;
position: absolute;
top: 2px;
i {
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