1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-01-30 19:03:04 +00:00

fix: webui filter selection on mobile (#4684)

This commit is contained in:
wsy2220 2023-02-02 15:34:10 +08:00 committed by GitHub
parent 1e988c9ce4
commit bcc1d868a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}