summaryrefslogtreecommitdiffstats
path: root/core/css/mobile.scss
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-03-04 16:10:45 +0100
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-03-04 16:10:45 +0100
commite70570cbd7d98dd9f759184a571366b16ee38723 (patch)
treecdce450a009d483d576ac48004b69f4d8a63a853 /core/css/mobile.scss
parent7f712ae466e88b1890c8f1a87c2b98b9549f0f9e (diff)
downloadnextcloud-server-e70570cbd7d98dd9f759184a571366b16ee38723.tar.gz
nextcloud-server-e70570cbd7d98dd9f759184a571366b16ee38723.zip
Fixed appsmenu
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'core/css/mobile.scss')
-rw-r--r--core/css/mobile.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/mobile.scss b/core/css/mobile.scss
index 64e563ce411..ebc7e094cdb 100644
--- a/core/css/mobile.scss
+++ b/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;