aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/css/mobile.css
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files/css/mobile.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 225448e5abc..221c23e5ad5 100644
--- a/apps/files/css/mobile.css
+++ b/apps/files/css/mobile.css
@@ -5,6 +5,11 @@
min-width: initial !important;
}
+/* do not show Deleted Files on mobile, not optimized yet and button too long */
+#controls #trash {
+ display: none;
+}
+
/* hide size and date columns */
table th#headerSize,
table td.filesize,