diff --git a/src/components/TrainsView/TrainInfo.vue b/src/components/TrainsView/TrainInfo.vue index 2c3b5e9..10ffefc 100644 --- a/src/components/TrainsView/TrainInfo.vue +++ b/src/components/TrainsView/TrainInfo.vue @@ -2,7 +2,7 @@
-
+
? #{{ train.timetableData.timetableId }} @@ -26,14 +26,15 @@ {{ train.trainNo }} - - {{ train.driverLevel < 2 ? 'L' : `${train.driverLevel}` }} -
+ + {{ train.driverLevel < 2 ? 'L' : `${train.driverLevel}` }} + +
-
+
@@ -84,7 +84,7 @@ v-else src="/images/icon-we4a.png" :title="$t('trains.we4a-tooltip')" - width="12" + width="10" />
@@ -523,8 +523,17 @@ $blinkAnim: 0.5s ease-in-out alternate infinite blink; } .scenery-route { + display: flex; + gap: 0.25em; + + span:nth-child(2) { + display: flex; + gap: 0.25em; + align-items: center; + } + img { - vertical-align: middle; + width: 1em; } }