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 {