From 58d6a97762f70f514db24687c2ab8c7ed3c279f3 Mon Sep 17 00:00:00 2001 From: Spythere Date: Sat, 17 Aug 2024 15:51:36 +0200 Subject: [PATCH] fix: twr/skr badges sizing --- .../JournalTimetables/TimetableGeneral.vue | 9 +++---- src/components/TrainsView/TrainInfo.vue | 24 +++++-------------- src/styles/badge.scss | 6 ----- 3 files changed, 9 insertions(+), 30 deletions(-) diff --git a/src/components/JournalView/JournalTimetables/TimetableGeneral.vue b/src/components/JournalView/JournalTimetables/TimetableGeneral.vue index ce37587..53ea5ce 100644 --- a/src/components/JournalView/JournalTimetables/TimetableGeneral.vue +++ b/src/components/JournalView/JournalTimetables/TimetableGeneral.vue @@ -3,10 +3,8 @@ #{{ timetable.id }} - - TWR - SKR - + TWR + SKR , required: true } - }, + } }); @@ -120,7 +118,6 @@ export default defineComponent({ gap: 0.25em; cursor: pointer; - line-height: 2; } .general-time { diff --git a/src/components/TrainsView/TrainInfo.vue b/src/components/TrainsView/TrainInfo.vue index 282c326..2c3b5e9 100644 --- a/src/components/TrainsView/TrainInfo.vue +++ b/src/components/TrainsView/TrainInfo.vue @@ -8,24 +8,12 @@ #{{ train.timetableData.timetableId }} - - - TWR - - - SKR - + + TWR + + + + SKR