mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 04:18:39 +00:00
fix: webui filter selection on mobile (#4684)
This commit is contained in:
@@ -290,7 +290,7 @@ $toolbar-height: $toolbar-height-number * 1px;
|
||||
@include for-phone-only {
|
||||
padding: 5px 10px;
|
||||
|
||||
:not(select):not(input) {
|
||||
:not(select):not(input):not(option) {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user