Browse Source

Fixed appsmenu

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
pull/8373/head
John Molakvoæ (skjnldsv) 9 years ago
parent
commit
e70570cbd7
No known key found for this signature in database GPG Key ID: FB5ACEED51955BF8
  1. 2
      core/css/mobile.scss

2
core/css/mobile.scss

@ -133,7 +133,7 @@ table.multiselect thead {
}
@media only screen and (max-width: 480px) {
#header .menu {
#header .header-right .menu {
max-width: calc(100vw - 26px);
position: fixed;
right: 13px;

Loading…
Cancel
Save