chore: fix linter css warning

This commit is contained in:
Charles Kerr 2024-05-24 16:28:55 -05:00
parent 09e68a0a94
commit 0f257b0917
No known key found for this signature in database
GPG Key ID: 86CE40F971A50453
1 changed files with 2 additions and 2 deletions

View File

@ -271,7 +271,6 @@ $toolbar-height: $toolbar-height-number * 1px;
/// FILTERBAR
.mainwin-filterbar {
white-space: nowrap;
align-items: center;
background: var(--color-toolbar-background);
border-bottom: 1px solid var(--color-default-border);
@ -279,6 +278,7 @@ $toolbar-height: $toolbar-height-number * 1px;
flex-direction: row;
height: 30px;
padding-left: 5px;
white-space: nowrap;
@include for-phone-only {
:not(select):not(input):not(option):not(.flexible-space) {
@ -287,8 +287,8 @@ $toolbar-height: $toolbar-height-number * 1px;
}
#torrent-search {
width: 100%;
max-width: 160px;
width: 100%;
}
select {