From 61a3bafe070bd04bde5da925ac3bbe9fbc02c226 Mon Sep 17 00:00:00 2001 From: Spythere Date: Sun, 27 Mar 2022 15:48:51 +0200 Subject: [PATCH] =?UTF-8?q?Poprawiono=20wy=C5=9Bwietlanie=20uwag=20eksploa?= =?UTF-8?q?tacyjnych=20dla=20stacji=20ko=C5=84cowych?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/TrainsView/TrainInfo.vue | 2 ++ src/components/TrainsView/TrainSchedule.vue | 9 +++++++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/src/components/TrainsView/TrainInfo.vue b/src/components/TrainsView/TrainInfo.vue index d574044..cd3f633 100644 --- a/src/components/TrainsView/TrainInfo.vue +++ b/src/components/TrainsView/TrainInfo.vue @@ -34,6 +34,8 @@ export default defineComponent({ @import '../../styles/responsive.scss'; .wrapper { + font-size: 1em; + @include smallScreen() { font-size: 1.2em; } diff --git a/src/components/TrainsView/TrainSchedule.vue b/src/components/TrainsView/TrainSchedule.vue index 2eba3e5..78cbe21 100644 --- a/src/components/TrainsView/TrainSchedule.vue +++ b/src/components/TrainsView/TrainSchedule.vue @@ -23,7 +23,7 @@
- {{ stop.stopNameRAW }}: + {{ stop.stopNameRAW }} :
@@ -35,6 +35,12 @@ {{ followingStops[i + 1].arrivalLine }} + +
+
+ {{ stop.stopNameRAW }} : +
+
@@ -132,7 +138,6 @@ $stopNameClr: #22a8d1; } .train-schedule { - min-height: 400px; overflow-y: auto;