From 551b60c733a5ade7cf580e1abc1be09f1749c8e7 Mon Sep 17 00:00:00 2001 From: Spythere Date: Mon, 19 Aug 2024 23:56:15 +0200 Subject: [PATCH] fix: omitting "po" stops in timetable progress bar --- src/components/StationsView/StationTable.vue | 2 +- src/components/TrainsView/StopLabel.vue | 2 +- src/components/TrainsView/TrainSchedule.vue | 2 +- src/mixins/trainInfoMixin.ts | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/StationsView/StationTable.vue b/src/components/StationsView/StationTable.vue index ddf70bb..47f699a 100644 --- a/src/components/StationsView/StationTable.vue +++ b/src/components/StationsView/StationTable.vue @@ -414,7 +414,7 @@ export default defineComponent({ $rowCol: #424242; .station_table { - height: 85vh; + height: 90vh; max-height: 2000px; min-height: 700px; overflow: auto; diff --git a/src/components/TrainsView/StopLabel.vue b/src/components/TrainsView/StopLabel.vue index 2a4eed8..97cd6df 100644 --- a/src/components/TrainsView/StopLabel.vue +++ b/src/components/TrainsView/StopLabel.vue @@ -1,7 +1,7 @@