From 8cde8e6323b015b18c964eaf4430933a8f8d4de7 Mon Sep 17 00:00:00 2001 From: Spythere Date: Sun, 27 Jul 2025 14:39:44 +0200 Subject: [PATCH] hotfix: offline train badge visibility --- src/components/TrainsView/TrainInfo.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/TrainsView/TrainInfo.vue b/src/components/TrainsView/TrainInfo.vue index 74df46f..55b0720 100644 --- a/src/components/TrainsView/TrainInfo.vue +++ b/src/components/TrainsView/TrainInfo.vue @@ -111,7 +111,7 @@
@@ -397,6 +397,7 @@ export default defineComponent({ .status-badges { display: flex; flex-wrap: wrap; + margin-left: 0.25em; gap: 0.25em;