Skip to content

Commit

Permalink
Align the hamburger menu and ensure that it's full area is clickable
Browse files Browse the repository at this point in the history
  • Loading branch information
DingoEatingFuzz committed Aug 6, 2018
1 parent 191131b commit ce117bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ui/app/styles/components/gutter-toggle.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@

position: absolute;
left: 0;
padding: 1.25rem 1rem;
padding: 1.25rem 0.7rem;
z-index: 1; // Make sure the toggle is on top of its siblings
height: 100%;
fill: desaturate(lighten($nomad-green, 20%), 30%);
cursor: pointer;
Expand Down

0 comments on commit ce117bf

Please sign in to comment.