mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-21 11:42: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;
|
display: flex;
|
||||||
flex: 1 0 5rem;
|
flex: 1 0 5rem;
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
|
|
||||||
.filter-button {
|
.filter-button {
|
||||||
flex: none;
|
flex: none;
|
||||||
display: none;
|
display: none;
|
||||||
|
|
@ -374,6 +375,7 @@
|
||||||
.select-input {
|
.select-input {
|
||||||
&:nth-child(n+2) {
|
&:nth-child(n+2) {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
||||||
&~.filter-container {
|
&~.filter-container {
|
||||||
.filter-button {
|
.filter-button {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
@ -395,8 +397,10 @@
|
||||||
.selectable-inputs-modal-content {
|
.selectable-inputs-modal-content {
|
||||||
.select-input {
|
.select-input {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
||||||
&:nth-child(n+2) {
|
&:nth-child(n+2) {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
||||||
&:not(:last-child) {
|
&:not(:last-child) {
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue