style: integrate queue filters into the command bar
Move search, host, status, and reset controls into one framed filter group beside the upload actions, preserving responsive wrapping within the same toolbar.
This commit is contained in:
+17
-1
@@ -402,12 +402,28 @@ body {
|
||||
margin: 0 4px;
|
||||
}
|
||||
.queue-filter-reset {
|
||||
margin-left: auto;
|
||||
margin-left: 2px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.queue-filter-reset[hidden] {
|
||||
display: none;
|
||||
}
|
||||
.queue-filter-bar {
|
||||
min-width: 0;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-wrap: wrap;
|
||||
gap: 5px;
|
||||
margin-left: auto;
|
||||
padding: 3px;
|
||||
border: 1px solid var(--border);
|
||||
border-radius: 7px;
|
||||
background: var(--bg-input);
|
||||
}
|
||||
.queue-filter-bar .key-input,
|
||||
.queue-filter-bar .hs-input {
|
||||
height: 30px;
|
||||
}
|
||||
.queue-container {
|
||||
flex: 1 1 0;
|
||||
min-height: 0;
|
||||
|
||||
Reference in New Issue
Block a user