diff --git a/components/css/buckyless/header.less b/components/css/buckyless/header.less index 1c3855bac..d9346e582 100644 --- a/components/css/buckyless/header.less +++ b/components/css/buckyless/header.less @@ -44,19 +44,6 @@ portal-header { max-height: 56px; overflow-y: hidden; - .title-link { - h1 { - @media (min-width: @xs) and (max-width: @sm) { - margin-left: 16px; - } - } - - img { - height: 56px; - margin-right: 8px; - } - } - .md-menu { > .md-button { min-width: 48px; @@ -67,6 +54,20 @@ portal-header { .menu-toggle.md-button { min-width: 48px; margin: 0; + + ~ .title-link h1 { + @media (min-width: @xs) { + margin-left: 0; + } + } + + &.hide-gt-xs { + ~ .title-link h1 { + @media (min-width: @xs) { + margin-left: 16px; + } + } + } } .top-bar-controls-xs { diff --git a/components/css/buckyless/widget.less b/components/css/buckyless/widget.less index 533797dec..baa4c136d 100644 --- a/components/css/buckyless/widget.less +++ b/components/css/buckyless/widget.less @@ -118,7 +118,7 @@ width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); - z-index: 78; + z-index: 60; border-radius: 3px; top: 0; diff --git a/components/portal/main/partials/header.html b/components/portal/main/partials/header.html index c3daa0229..a47583619 100644 --- a/components/portal/main/partials/header.html +++ b/components/portal/main/partials/header.html @@ -26,7 +26,7 @@ menu - Menu + Menu