diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2018-08-01 22:57:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-01 22:57:28 +0200 |
commit | 494f9fb86c4c0f993d918023f13bf324bd39f322 (patch) | |
tree | 1aa5ca4c0ca502cb46a2e3d808945f37163a6f53 /core | |
parent | fae7e516b5e17ae95e850a866c9e5a08732e2f6b (diff) | |
parent | 0a967818db1ea30fcb2e90418793f4ce0966698f (diff) | |
download | nextcloud-server-494f9fb86c4c0f993d918023f13bf324bd39f322.tar.gz nextcloud-server-494f9fb86c4c0f993d918023f13bf324bd39f322.zip |
Merge pull request #10486 from nextcloud/detect-hidden-navigation
Mobile fixes
Diffstat (limited to 'core')
-rw-r--r-- | core/css/mobile.scss | 2 |
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; } |