fix: keep the queue filter layout stable
Reserve the reset action permanently inside the filter group, disabling and dimming it when no filter is active so typing never changes the toolbar width.
This commit is contained in:
+3
-2
@@ -405,8 +405,9 @@ body {
|
||||
margin-left: 2px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.queue-filter-reset[hidden] {
|
||||
display: none;
|
||||
.queue-filter-reset:disabled {
|
||||
opacity: .45;
|
||||
cursor: default;
|
||||
}
|
||||
.queue-filter-bar {
|
||||
min-width: 0;
|
||||
|
||||
Reference in New Issue
Block a user