From ae5b5ff96548327174cd47a328add280666fca24 Mon Sep 17 00:00:00 2001 From: Spythere Date: Thu, 15 Sep 2022 12:38:36 +0200 Subject: [PATCH] =?UTF-8?q?Responsywno=C5=9B=C4=87=20i=20u=C5=82o=C5=BCeni?= =?UTF-8?q?e=20opcji=20filtr=C3=B3w?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../JournalView/JournalDispatchersList.vue | 2 +- src/components/JournalView/JournalOptions.vue | 165 +----------------- src/components/TrainsView/TrainOptions.vue | 145 ++------------- src/styles/JournalSection.scss | 4 +- src/styles/filters_options.scss | 149 ++++++++++++++++ src/views/TrainsView.vue | 8 +- 6 files changed, 170 insertions(+), 303 deletions(-) create mode 100644 src/styles/filters_options.scss diff --git a/src/components/JournalView/JournalDispatchersList.vue b/src/components/JournalView/JournalDispatchersList.vue index f701998..78b766d 100644 --- a/src/components/JournalView/JournalDispatchersList.vue +++ b/src/components/JournalView/JournalDispatchersList.vue @@ -125,7 +125,7 @@ li.sticky { } .journal_day { - margin: 1em 0; + margin-bottom: 1em; padding: 0.5em; font-weight: bold; diff --git a/src/components/JournalView/JournalOptions.vue b/src/components/JournalView/JournalOptions.vue index 9ea25a6..85522e9 100644 --- a/src/components/JournalView/JournalOptions.vue +++ b/src/components/JournalView/JournalOptions.vue @@ -1,5 +1,5 @@