summaryrefslogtreecommitdiffstats
path: root/apps/files/css
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files/css')
-rw-r--r--apps/files/css/mobile.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/files/css/mobile.css b/apps/files/css/mobile.css
index 00c4630ea6c..225448e5abc 100644
--- a/apps/files/css/mobile.css
+++ b/apps/files/css/mobile.css
@@ -13,6 +13,11 @@ table td.date {
display: none;
}
+/* remove shift for multiselect bar to account for missing navigation */
+table.multiselect thead {
+ padding-left: 0;
+}
+
/* restrict length of displayed filename to prevent overflow */
table td.filename .nametext {
max-width: 75% !important;