From b33594fd6f1b6d8a71fdd4a9b11aa2b4ef9a0316 Mon Sep 17 00:00:00 2001 From: Spythere Date: Wed, 21 Aug 2024 17:17:52 +0200 Subject: [PATCH] fix: journal list styles --- .../JournalDispatchers/JournalDispatchersList.vue | 7 ------- src/styles/JournalSection.scss | 9 ++++++++- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/components/JournalView/JournalDispatchers/JournalDispatchersList.vue b/src/components/JournalView/JournalDispatchers/JournalDispatchersList.vue index db9aefe..9260f46 100644 --- a/src/components/JournalView/JournalDispatchers/JournalDispatchersList.vue +++ b/src/components/JournalView/JournalDispatchers/JournalDispatchersList.vue @@ -99,11 +99,4 @@ export default defineComponent({ diff --git a/src/styles/JournalSection.scss b/src/styles/JournalSection.scss index 9158d72..74a34cb 100644 --- a/src/styles/JournalSection.scss +++ b/src/styles/JournalSection.scss @@ -1,6 +1,14 @@ @import 'responsive.scss'; @import 'animations.scss'; +.journal-list { + display: flex; + flex-direction: column; + gap: 0.5em; + text-align: left; + margin-bottom: 0.5em; +} + .list_wrapper { overflow-y: auto; height: 90vh; @@ -42,7 +50,6 @@ .journal_warning { background-color: #1a1a1a; padding: 1em; - margin-bottom: 1em; } .journal_top-bar {