mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
fix(Discover): apply new lines in styles where missed
This commit is contained in:
parent
0506d53f4e
commit
a50e3c7186
1 changed files with 4 additions and 0 deletions
|
|
@ -74,6 +74,7 @@
|
|||
display: flex;
|
||||
flex: 1 0 5rem;
|
||||
justify-content: flex-end;
|
||||
|
||||
.filter-button {
|
||||
flex: none;
|
||||
display: none;
|
||||
|
|
@ -374,6 +375,7 @@
|
|||
.select-input {
|
||||
&:nth-child(n+2) {
|
||||
display: none;
|
||||
|
||||
&~.filter-container {
|
||||
.filter-button {
|
||||
display: flex;
|
||||
|
|
@ -395,8 +397,10 @@
|
|||
.selectable-inputs-modal-content {
|
||||
.select-input {
|
||||
display: none;
|
||||
|
||||
&:nth-child(n+2) {
|
||||
display: flex;
|
||||
|
||||
&:not(:last-child) {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue