From a529d6e9ebee7b245001572a2ecbb5fabcad4faf Mon Sep 17 00:00:00 2001 From: Spythere Date: Thu, 23 May 2024 14:08:42 +0200 Subject: [PATCH] chore: changed no stations message --- src/components/StationsView/StationTable.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/StationsView/StationTable.vue b/src/components/StationsView/StationTable.vue index 81ad005..8f328da 100644 --- a/src/components/StationsView/StationTable.vue +++ b/src/components/StationsView/StationTable.vue @@ -306,8 +306,9 @@ {{ $t('sceneries.no-stations') }} (region: {{ mainStore.region.name }}) +
- {{ $t('sceneries.active-filters') }} + ⚠ {{ $t('sceneries.active-filters') }}
@@ -425,10 +426,9 @@ $rowCol: #424242; .no-stations { text-align: center; font-size: 1.25em; - padding: 1em; - background: #1a1a1a; + line-height: 1.5em; } table {