diff --git a/src/components/SceneryView/SceneryHeader.vue b/src/components/SceneryView/SceneryHeader.vue index ab40750..58d11b0 100644 --- a/src/components/SceneryView/SceneryHeader.vue +++ b/src/components/SceneryView/SceneryHeader.vue @@ -4,6 +4,8 @@ {{ station.name }} +
{{ $t('scenery.abbrev') }} {{ station.generalInfo?.abbr }}
+
#{{ station.onlineInfo.hash }}
@@ -28,16 +30,20 @@ export default defineComponent({ .scenery-name { font-weight: bold; - - position: relative; - font-size: 3em; text-transform: uppercase; } +.scenery-abbrev { + font-size: 1.3em; + color: #aaa; +} + .scenery-hash { + margin-top: 0.5em; color: #aaa; font-size: 1.2em; } + diff --git a/src/components/SceneryView/SceneryInfo.vue b/src/components/SceneryView/SceneryInfo.vue index 82a9dc4..1e62113 100644 --- a/src/components/SceneryView/SceneryInfo.vue +++ b/src/components/SceneryView/SceneryInfo.vue @@ -30,8 +30,9 @@ style="color: salmon; text-decoration: underline; font-weight: bold" :href="station.generalInfo.projectUrl" target="_blank" - >{{ station.generalInfo.project }} + {{ station.generalInfo.project }} + diff --git a/src/components/StationsView/StationTable.vue b/src/components/StationsView/StationTable.vue index 360483f..c7bf08d 100644 --- a/src/components/StationsView/StationTable.vue +++ b/src/components/StationsView/StationTable.vue @@ -53,10 +53,6 @@ {{ station.name }} - - {{ station.generalInfo?.abbr }} - -