summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-08-01 14:29:26 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-08-01 14:29:26 +0200
commit0a967818db1ea30fcb2e90418793f4ce0966698f (patch)
tree2a48668ccc8db70de172a70ae86f3fe598baedf7
parent36a45597bb9aaf96a2e02880fdae2193d248bf02 (diff)
downloadnextcloud-server-0a967818db1ea30fcb2e90418793f4ce0966698f.tar.gz
nextcloud-server-0a967818db1ea30fcb2e90418793f4ce0966698f.zip
Mobile fixes
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
-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 6330be9d399..1b067c9527f 100644
--- a/core/css/mobile.scss
+++ b/core/css/mobile.scss
@@ -28,7 +28,7 @@
}
}
- #app-navigation + #app-content {
+ #app-navigation:not(.hidden) + #app-content {
margin-left: 0;
}