From dbbbd33100df033e91ac1d40fbcf58671664f9f7 Mon Sep 17 00:00:00 2001 From: Spythere Date: Sun, 3 Sep 2023 19:24:32 +0200 Subject: [PATCH] =?UTF-8?q?poprawki=20dziennik=C3=B3w?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/JournalView/JournalDispatchersList.vue | 2 ++ src/components/JournalView/JournalTimetablesList.vue | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/components/JournalView/JournalDispatchersList.vue b/src/components/JournalView/JournalDispatchersList.vue index a630db1..bc2adf8 100644 --- a/src/components/JournalView/JournalDispatchersList.vue +++ b/src/components/JournalView/JournalDispatchersList.vue @@ -189,6 +189,7 @@ table.scenery-history-table { width: 100%; background-color: #111; border-collapse: collapse; + position: relative; /* border-spacing: 0 0.5em; */ text-align: center; @@ -198,6 +199,7 @@ table.scenery-history-table { background-color: #222222; } + th { padding: 0.5em; } diff --git a/src/components/JournalView/JournalTimetablesList.vue b/src/components/JournalView/JournalTimetablesList.vue index 79d4704..e548776 100644 --- a/src/components/JournalView/JournalTimetablesList.vue +++ b/src/components/JournalView/JournalTimetablesList.vue @@ -117,7 +117,7 @@
@@ -127,6 +127,8 @@ / {{ timetable.routeDistance }} km + | + {{ timetable.confirmedStopsCount }}/{{ timetable.allStopsCount }}