mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
fix(Discover): fix mobile styles for filter button
This commit is contained in:
parent
1b17bc81cb
commit
0506d53f4e
1 changed files with 4 additions and 3 deletions
|
|
@ -374,9 +374,10 @@
|
|||
.select-input {
|
||||
&:nth-child(n+2) {
|
||||
display: none;
|
||||
|
||||
&~.filter-button {
|
||||
display: flex;
|
||||
&~.filter-container {
|
||||
.filter-button {
|
||||
display: flex;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue