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 {