diff options
author | Marin Treselj <marin@pixelipo.com> | 2017-12-13 14:49:11 +0100 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2017-12-20 13:48:09 +0100 |
commit | 228ca16bea8a39d50c0085d04396713763cdb288 (patch) | |
tree | 89ce4c17e63821f42ec4fd859cdc00f7f6d7a4a7 /core/css/mobile.scss | |
parent | 7a9e65ceed793604588399d4eaefa7908ad44379 (diff) | |
download | nextcloud-server-228ca16bea8a39d50c0085d04396713763cdb288.tar.gz nextcloud-server-228ca16bea8a39d50c0085d04396713763cdb288.zip |
Dynamic control bar width
Signed-off-by: Marin Treselj <marin@pixelipo.com>
Diffstat (limited to 'core/css/mobile.scss')
-rw-r--r-- | core/css/mobile.scss | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/css/mobile.scss b/core/css/mobile.scss index 19518479987..6f1583cb77a 100644 --- a/core/css/mobile.scss +++ b/core/css/mobile.scss @@ -83,9 +83,7 @@ /* position controls for apps with app-navigation */ #app-navigation+#app-content #controls { - left: 0 !important; padding-left: 44px; - width: 100%; } /* .viewer-mode is when text editor, PDF viewer, etc is open */ |