From 65abe550f508b6c7ff00ebd30d7dca45dbc0ede9 Mon Sep 17 00:00:00 2001 From: Spythere Date: Thu, 22 Sep 2022 17:16:10 +0200 Subject: [PATCH] =?UTF-8?q?Poprawki=20list=20dziennik=C3=B3w?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/JournalView/JournalDispatchers.vue | 8 +++----- src/components/JournalView/JournalTimetables.vue | 4 ++-- src/styles/JournalSection.scss | 2 +- 3 files changed, 6 insertions(+), 8 deletions(-) diff --git a/src/components/JournalView/JournalDispatchers.vue b/src/components/JournalView/JournalDispatchers.vue index 368c5c4..21762f8 100644 --- a/src/components/JournalView/JournalDispatchers.vue +++ b/src/components/JournalView/JournalDispatchers.vue @@ -11,15 +11,13 @@
- +
{{ $t('app.error') }}
-
+
{{ $t('app.no-result') }}
@@ -227,7 +225,7 @@ export default defineComponent({ else if (this.sorterActive.id == 'duration') queries.push('sortBy=currentDuration'); else queries.push('sortBy=timestampFrom'); - queries.push('countLimit=15'); + queries.push('countLimit=30'); this.currentQuery = queries.join('&'); diff --git a/src/components/JournalView/JournalTimetables.vue b/src/components/JournalView/JournalTimetables.vue index c4e5f9f..08bdc49 100644 --- a/src/components/JournalView/JournalTimetables.vue +++ b/src/components/JournalView/JournalTimetables.vue @@ -20,7 +20,7 @@ @@ -28,7 +28,7 @@ {{ $t('app.error') }}
-
+
{{ $t('app.no-result') }}
diff --git a/src/styles/JournalSection.scss b/src/styles/JournalSection.scss index 07fb005..363b02b 100644 --- a/src/styles/JournalSection.scss +++ b/src/styles/JournalSection.scss @@ -19,7 +19,7 @@ //Styles .list_wrapper { - overflow-y: scroll; + overflow-y: auto; height: 90vh; min-height: 550px;