small style adjustments to header

This commit is contained in:
Til Schmitter 2026-04-18 23:17:56 +02:00
parent 82cf86bea1
commit b810f1f120

View file

@ -1568,6 +1568,7 @@ html.y #ops svg circle {
margin-top: .3em; margin-top: .3em;
cursor: pointer; cursor: pointer;
display: block; display: block;
align-self: center;
} }
#ops { #ops {
padding: .3em .6em; padding: .3em .6em;
@ -1596,6 +1597,8 @@ html.y #ops svg circle {
border-radius: .3em; border-radius: .3em;
border-width: 1px; border-width: 1px;
max-width: 41em; max-width: 41em;
margin: .5em;
margin-left: auto;
} }
.opbox input { .opbox input {
position: relative; position: relative;
@ -1658,7 +1661,7 @@ html.dz input {
cursor: pointer; cursor: pointer;
} }
.opview input.i { .opview input.i {
width: calc(100% - 16.2em); width: calc(100% - 12em);
} }
input.eq_gain[type=range]{ input.eq_gain[type=range]{
writing-mode: vertical-lr; writing-mode: vertical-lr;
@ -1812,7 +1815,9 @@ html {
line-height: 2.2em; line-height: 2.2em;
background: var(--tree-bg); background: var(--tree-bg);
border-bottom: 1px solid var(--bg-d3); border-bottom: 1px solid var(--bg-d3);
overflow: hidden; overflow: auto;
display: flex;
padding: .3em 0;
} }
#treepar { #treepar {
z-index: 1; z-index: 1;
@ -2038,7 +2043,7 @@ html.y #tree.nowrap .ntree a+a:hover {
#op_unpost, #op_unpost,
#srch_form { #srch_form {
max-width: none; max-width: none;
margin-right: 1.5em; margin: .5em;
} }
.opwide>div { .opwide>div {
display: inline-block; display: inline-block;
@ -2086,7 +2091,7 @@ html.y #tree.nowrap .ntree a+a:hover {
#hdoc, #hdoc,
#ghead { #ghead {
position: sticky; position: sticky;
top: -.3em; top: 0;
z-index: 3; z-index: 3;
} }
.ghead .btn { .ghead .btn {