Fix apps menu and typo
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
parent
f47b59ac7a
commit
10d51c3440
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue