Move target account selection to target pane
This commit is contained in:
parent
c5d761db98
commit
d69e7afa82
3 changed files with 164 additions and 16 deletions
14
frontend-js/dist/style.css
vendored
14
frontend-js/dist/style.css
vendored
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue