do not show Deleted Files on mobile, not optimized yet and button too long

remotes/origin/ldap_group_count
Jan-Christoph Borchardt 13 years ago
parent 40c20b2eeb
commit c6aefada71
  1. 5
      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,

Loading…
Cancel
Save