Browse Source
Fix apps menu and typo
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
pull/10853/head
John Molakvoæ (skjnldsv)
8 years ago
No known key found for this signature in database
GPG Key ID: 60C25B8C072916CF
2 changed files with
2 additions and
1 deletions
-
core/css/header.scss
-
core/css/mobile.scss
|
|
|
@ -116,6 +116,7 @@ |
|
|
|
height: 100%; |
|
|
|
position: absolute; |
|
|
|
left: 12px; |
|
|
|
top: 1px; |
|
|
|
|
|
|
|
img { |
|
|
|
opacity: 0; |
|
|
|
|
|
|
|
@ -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 { |
|
|
|
|