Move pane toggle buttons beside dropdowns
This commit is contained in:
parent
d2f0383796
commit
fa9edca3bd
3 changed files with 17 additions and 22 deletions
15
frontend-js/dist/style.css
vendored
15
frontend-js/dist/style.css
vendored
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue