diff options
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/header.scss | 1 | ||||
-rw-r--r-- | core/css/mobile.scss | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/core/css/header.scss b/core/css/header.scss index ecb61976939..df20ec47d4b 100644 --- a/core/css/header.scss +++ b/core/css/header.scss @@ -116,6 +116,7 @@ height: 100%; position: absolute; left: 12px; + top: 1px; img { opacity: 0; diff --git a/core/css/mobile.scss b/core/css/mobile.scss index 2f869f7eeb1..a985d6b1f36 100644 --- a/core/css/mobile.scss +++ b/core/css/mobile.scss @@ -132,7 +132,7 @@ } @media only screen and (max-width: 480px) { - #header .header-right > nav > .menu { + #header .header-right > div > .menu { max-width: calc(100vw - 10px); position: fixed; &::after { |