From 34697f81815a706d6d696ea314e2076b08b4f2e3 Mon Sep 17 00:00:00 2001 From: Michael Lange Date: Fri, 27 Jul 2018 10:27:12 -0700 Subject: [PATCH] Align the hamburger menu and ensure that it's full area is clickable --- ui/app/styles/components/gutter-toggle.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ui/app/styles/components/gutter-toggle.scss b/ui/app/styles/components/gutter-toggle.scss index 73978738eba..8113fbba9c6 100644 --- a/ui/app/styles/components/gutter-toggle.scss +++ b/ui/app/styles/components/gutter-toggle.scss @@ -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;