do not show Deleted Files on mobile, not optimized yet and button too long
This commit is contained in:
parent
40c20b2eeb
commit
c6aefada71
1 changed files with 5 additions and 0 deletions
|
@ -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…
Reference in a new issue