diff --git a/ui/app/styles/core/navbar.scss b/ui/app/styles/core/navbar.scss index c38f676d3..6f397867f 100644 --- a/ui/app/styles/core/navbar.scss +++ b/ui/app/styles/core/navbar.scss @@ -85,4 +85,24 @@ } } } + + .navbar-gutter-toggle { + display: none; + + position: absolute; + left: 0; + padding: 1rem; + transform: translate(-35%, 0%); + height: 100%; + fill: desaturate(lighten($nomad-green, 20%), 30%); + cursor: pointer; + + > svg { + width: 20px; + } + + @media #{$mq-hidden-gutter} { + display: inline-block; + } + } } diff --git a/ui/app/styles/utils/z-indices.scss b/ui/app/styles/utils/z-indices.scss index 12c13b4ad..778aa9a7e 100644 --- a/ui/app/styles/utils/z-indices.scss +++ b/ui/app/styles/utils/z-indices.scss @@ -1,5 +1,5 @@ $z-tooltip: 250; -$z-header: 200; -$z-gutter: 200; +$z-header: 210; +$z-gutter: 220; $z-subnav: 200; $z-base: 100; diff --git a/ui/app/templates/components/global-header.hbs b/ui/app/templates/components/global-header.hbs index 428310e96..ef83a24c9 100644 --- a/ui/app/templates/components/global-header.hbs +++ b/ui/app/templates/components/global-header.hbs @@ -1,6 +1,12 @@