From a50e3c7186f661cc048f6704a6bb70ffb3399df1 Mon Sep 17 00:00:00 2001 From: Botzy Date: Fri, 21 Feb 2025 15:09:05 +0200 Subject: [PATCH] fix(Discover): apply new lines in styles where missed --- src/routes/Discover/styles.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/routes/Discover/styles.less b/src/routes/Discover/styles.less index 266ef1481..527238757 100644 --- a/src/routes/Discover/styles.less +++ b/src/routes/Discover/styles.less @@ -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; }