mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-17 16:38:18 +00:00
fix: css: query: hide time on mobile
This commit is contained in:
parent
83c0b8d3f1
commit
6071b66118
1 changed files with 2 additions and 1 deletions
|
|
@ -161,8 +161,9 @@
|
|||
.size,
|
||||
.date,
|
||||
.owner,
|
||||
.time,
|
||||
.mode {
|
||||
display: none;
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.name {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue