fix(Discover): apply new lines in styles where missed

This commit is contained in:
Botzy 2025-02-21 15:09:05 +02:00
parent 0506d53f4e
commit a50e3c7186

View file

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