Merge commit '6e324d19da7496f7fb9e66fc941e0f6a6539abc7' into hovudstraum

This commit is contained in:
Til Schmitter 2026-05-17 16:25:15 +02:00
commit 5f165adcff

View file

@ -1861,10 +1861,6 @@ html.y #ops svg circle {
input[type=color] {
vertical-align: bottom;
}
.opview select {
padding: .3em;
margin: .2em 0 ;
}
.opview input.err {
color: var(--err-fg);
background: var(--err-bg);
@ -3919,7 +3915,7 @@ html.e #wrap.thin {
top: 7.2em;
padding-left: 1em;
}
.ntree a + a {
html:not(.f) .ntree a + a {
padding: .6em .2em;
}
#files tbody a {
@ -3931,11 +3927,16 @@ html.e #wrap.thin {
html:not(.e) #treeToggleBtn {
margin: .8em;
}
html:not(.e) #srv_name {
html:not(.e):not(.f) #srv_name {
padding-top: .9em;
padding-bottom: .6em;
margin-left: 2.9em;
}
html.fz #srv_name {
padding-top: 1.1em !important;
padding-bottom: .6em;
margin-left: 3.2em !important;
}
#widget, #wrap {
margin-left: 0 !important;
}
@ -5299,12 +5300,12 @@ html.f {
}
.hl::after {
content: "";
left: calc(100% - 2.3em - 3px);
left: calc(100% - 2.7em);
margin-top: -.3em;
z-index: -1;
position: absolute;
border: solid;
border-width: 2em 2em 0 0;
border-width: 2em 2em 0 .2em;
border-color: var(--btn-1-bg) transparent transparent var(--btn-1-bg);
}
.hl:hover::after {
@ -5422,6 +5423,7 @@ html.fy {
}
.close:hover {
background: rgb(207, 22, 28);
color: var(--fg);
}
#up2k,
#files {