Fix missing text for downloads on mobile
* fixes #2362 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
1c4a1b8807
commit
f39a308527
|
@ -46,7 +46,7 @@ table td.filename .nametext {
|
|||
padding: 0 6px 0 12px;
|
||||
}
|
||||
/* hide text of the actions on mobile */
|
||||
#fileList a.action span {
|
||||
#fileList a.action:not(.menuitem) span {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue