Move target account selection to target pane

This commit is contained in:
DonVoo 2026-07-05 23:44:53 +02:00
parent c5d761db98
commit d69e7afa82
3 changed files with 164 additions and 16 deletions

View file

@ -73,6 +73,20 @@ body.ol2013 {
font-weight: 600; color: var(--ol-muted);
text-transform: none;
}
.target-head {
display: grid;
grid-template-columns: auto minmax(0, 1fr);
align-items: center;
gap: 10px;
}
.target-select-form { margin: 0; min-width: 0; }
.target-select {
width: 100%;
height: 24px;
padding: 2px 6px;
color: var(--ol-text);
background: #fff;
}
.searchbar {
position: sticky; top: 30px; z-index: 2;