From 93e242c0f5d6f8664d6b2a2f7fdd8961d25d73f4 Mon Sep 17 00:00:00 2001 From: Spythere Date: Tue, 15 Apr 2025 01:10:31 +0200 Subject: [PATCH] chore: additional styles --- src/components/StationsView/StationStats.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/components/StationsView/StationStats.vue b/src/components/StationsView/StationStats.vue index e6c0f2f..d55d625 100644 --- a/src/components/StationsView/StationStats.vue +++ b/src/components/StationsView/StationStats.vue @@ -107,7 +107,7 @@ -
{{ $t('station-stats.no-stats') }}
+
{{ $t('station-stats.no-stats') }}
@@ -273,6 +273,11 @@ h1.stats-title img { } } +.no-data { + font-size: 1.1em; + color: #ccc; +} + @include responsive.smallScreen { h1.stats-title { text-align: center;