summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--apps/files/css/files.css1
-rw-r--r--core/css/mobile.css9
2 files changed, 8 insertions, 2 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css
index 46f1966e08c..11e618fe82f 100644
--- a/apps/files/css/files.css
+++ b/apps/files/css/files.css
@@ -105,7 +105,6 @@
/* this is mostly for file viewer apps, text editor, etc */
#body-user .app-files.no-sidebar #controls {
left: 0px;
- padding-left: 80px; /* main nav bar */
}
/* move Deleted Files to bottom of sidebar */
diff --git a/core/css/mobile.css b/core/css/mobile.css
index 4f149796a7e..98033528210 100644
--- a/core/css/mobile.css
+++ b/core/css/mobile.css
@@ -109,13 +109,20 @@
opacity: 1;
}
-
/* fix controls bar for apps which don't use the standard */
#body-user .app-files #controls,
#user-controls {
left: 0 !important;
padding-left: 44px !important;
}
+/* .viewer-mode is when text editor, PDF viewer, etc is open */
+#body-user .app-files.viewer-mode #controls {
+ padding-left: 0 !important;
+}
+.app-files.viewer-mode #app-navigation-toggle {
+ display: none !important;
+}
+
table.multiselect thead {
left: 0 !important;
}