hide new file and folder opa buttons on small layouts

This commit is contained in:
Til Schmitter 2026-04-18 19:59:49 +02:00
parent b91078ff59
commit 9afcec306e

View file

@ -3580,8 +3580,9 @@ html.d #treepar {
}
}
@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;
}
#op_mkdir.act+div,