Add source and target pane selectors

This commit is contained in:
DonVoo 2026-07-06 14:45:08 +02:00
parent a4eee37ab9
commit 8dae098659
2 changed files with 60 additions and 6 deletions

View file

@ -88,6 +88,22 @@ body.resizing { cursor: col-resize; user-select: none; }
align-items: center;
gap: 10px;
}
.mode-head {
display: grid;
grid-template-columns: auto minmax(0, 1fr);
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;
}
.target-select-form { margin: 0; min-width: 0; }
.target-select {
width: 100%;