Move pane toggle buttons beside dropdowns

This commit is contained in:
DonVoo 2026-07-06 15:12:55 +02:00
parent d2f0383796
commit fa9edca3bd
3 changed files with 17 additions and 22 deletions

View file

@ -90,19 +90,14 @@ body.resizing { cursor: col-resize; user-select: none; }
}
.mode-head {
display: grid;
grid-template-columns: auto minmax(0, 1fr);
grid-template-columns: auto minmax(0, 1fr) auto;
align-items: center;
gap: 10px;
}
.mode-switch {
display: flex;
align-items: center;
gap: 4px;
min-width: 0;
}
.mode-switch .btn.active {
background: var(--ol-blue);
color: #fff;
.mode-label {
min-width: 44px;
color: var(--ol-muted);
font-weight: 700;
}
.target-select-form { margin: 0; min-width: 0; }
.target-select {