mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-20 10:42:12 +00:00
fix(Discover): Hide duplicated catalog type filter on mobile
This commit is contained in:
parent
d05488feb6
commit
dad4804bad
1 changed files with 12 additions and 0 deletions
|
|
@ -375,4 +375,16 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.selectable-inputs-modal {
|
||||
.selectable-inputs-modal-container {
|
||||
.selectable-inputs-modal-content {
|
||||
.select-input {
|
||||
&:first-child {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue