diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-03-21 15:29:37 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-03-21 15:29:37 +0100 |
commit | c6aefada71097d2baf7db36b4829e7f6b258ea95 (patch) | |
tree | 88b6a62e091fdf2a5c7ce2ed892deed6dbb8bdc4 /apps/files/css/mobile.css | |
parent | 40c20b2eebed45be56cf554b904fe2d7510ed448 (diff) | |
download | nextcloud-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.css | 5 |
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, |