mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 05:18:11 +00:00
Poprawki stylów
This commit is contained in:
@@ -10,11 +10,12 @@
|
||||
<span class="train-badge skr" v-if="train.timetableData?.SKR">SKR</span>
|
||||
</span>
|
||||
<strong class="timetable-category" v-if="train.timetableData">
|
||||
{{ train.timetableData.category }}
|
||||
{{ train.timetableData.category }}
|
||||
</strong>
|
||||
<strong class="train-number">{{ train.trainNo }}</strong>
|
||||
<strong class="train-number"> {{ train.trainNo }}</strong>
|
||||
|
|
||||
<span class="train-driver" :class="{ supporter: train.isSupporter }">{{ train.driverName }}</span>
|
||||
|
||||
<b class="warning-timeout" v-if="train.isTimeout" :title="$t('trains.timeout')">?</b>
|
||||
</span>
|
||||
</div>
|
||||
@@ -161,6 +162,8 @@ export default defineComponent({
|
||||
width: 1.25em;
|
||||
height: 1.25em;
|
||||
border-radius: 50%;
|
||||
|
||||
margin-left: 0.25em;
|
||||
}
|
||||
|
||||
.timetable_stops {
|
||||
|
||||
Reference in New Issue
Block a user