Add source and target pane selectors
This commit is contained in:
parent
a4eee37ab9
commit
8dae098659
2 changed files with 60 additions and 6 deletions
16
frontend-js/dist/style.css
vendored
16
frontend-js/dist/style.css
vendored
|
|
@ -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%;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue