From 8d9cc721d6079df387ea3ff1efbdc7637fb63374 Mon Sep 17 00:00:00 2001 From: Spythere Date: Sun, 16 Oct 2022 23:09:46 +0200 Subject: [PATCH] =?UTF-8?q?Poprawki=20styl=C3=B3w?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/TrainsView/TrainInfo.vue | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/components/TrainsView/TrainInfo.vue b/src/components/TrainsView/TrainInfo.vue index 07a2c70..59541d2 100644 --- a/src/components/TrainsView/TrainInfo.vue +++ b/src/components/TrainsView/TrainInfo.vue @@ -10,11 +10,12 @@ SKR - {{ train.timetableData.category }}  + {{ train.timetableData.category }} - {{ train.trainNo }} +  {{ train.trainNo }} | {{ train.driverName }} + ? @@ -161,6 +162,8 @@ export default defineComponent({ width: 1.25em; height: 1.25em; border-radius: 50%; + + margin-left: 0.25em; } .timetable_stops {