light mode fixes

This commit is contained in:
Til Schmitter 2026-04-25 17:09:19 +02:00
parent 96ae3ff23d
commit e055566017

View file

@ -177,9 +177,6 @@ html.y {
--u2-tab-1-bg: inherit;
--ud-b1: #bbb;
--sort-1: #059;
--sort-2: #f5d;
--sz-b: #777;
--sz-k: #380;
@ -208,6 +205,9 @@ html.y {
text-shadow: none;
}
html.y #pathBar #folder_search {
background: var(--bg);
}
html.a {
--op-aa-sh: 0 0 .2em var(--bg-d3) inset;
@ -3706,10 +3706,6 @@ html.e #wrap.thin {
#wfp {
margin-left: .1em;
}
#wfp #gon,
#wfp #gop {
display: none;
}
#gfiles {
margin: 0em -0.5em;
}
@ -3770,17 +3766,11 @@ html.e #wrap.thin {
}
}
@media (max-width: 35em) {
#ops>a[data-dest="msg"],
#ops>a[data-dest="new_md"],
#ops>a[data-dest="mkdir"] {
@media (max-width: 30em) {
#wfp #gon,
#wfp #gop {
display: none;
}
#op_mkdir.act+div,
#op_mkdir.act+div+div {
display: block;
margin-top: 1em;
}
}
@media (max-width: 54em) {
#opa_msg {