mirror of
https://github.com/9001/copyparty.git
synced 2026-06-21 05:32:25 -06:00
hide new file and folder opa buttons on small layouts
This commit is contained in:
parent
b91078ff59
commit
9afcec306e
|
|
@ -3580,8 +3580,9 @@ html.d #treepar {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media (max-width: 35em) {
|
@media (max-width: 35em) {
|
||||||
/* #ops>a[data-dest="new_md"], */
|
#ops>a[data-dest="msg"],
|
||||||
#ops>a[data-dest="msg"] {
|
#ops>a[data-dest="new_md"],
|
||||||
|
#ops>a[data-dest="mkdir"] {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
#op_mkdir.act+div,
|
#op_mkdir.act+div,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue