summaryrefslogtreecommitdiffstats
path: root/apps/files/css/mobile.css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-03-21 15:29:37 +0100
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-03-21 15:29:37 +0100
commitc6aefada71097d2baf7db36b4829e7f6b258ea95 (patch)
tree88b6a62e091fdf2a5c7ce2ed892deed6dbb8bdc4 /apps/files/css/mobile.css
parent40c20b2eebed45be56cf554b904fe2d7510ed448 (diff)
downloadnextcloud-server-c6aefada71097d2baf7db36b4829e7f6b258ea95.tar.gz
nextcloud-server-c6aefada71097d2baf7db36b4829e7f6b258ea95.zip
do not show Deleted Files on mobile, not optimized yet and button too long
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,