refactor: changed position of generaTOR link; added missing tooltips

This commit is contained in:
2025-05-07 20:06:37 +02:00
parent 02d234a21b
commit 3c74580bed
6 changed files with 37 additions and 29 deletions
@@ -6,18 +6,6 @@
<SceneryInfoRoutes v-if="station" :station="station" />
<SceneryInfoAuthors :station="station" />
<!-- Link to GeneraTOR app -->
<section class="generator-app" v-if="onlineScenery">
<a
class="a-button btn--action btn--image"
:href="`https://generator-td2.web.app/?sceneryId=${onlineScenery.name}|${onlineScenery.region}`"
target="_blank"
>
<img src="/public/images/icon-gnr.svg" alt="GeneraTOR app icon" />
{{ $t('scenery.gnr-link-content') }}
</a>
</section>
<div style="margin: 1em 0; height: 2px; background-color: white"></div>
<!-- info dispatcher -->
@@ -95,8 +83,4 @@ h3.section-header {
.scenery-topic a {
font-weight: bold;
}
.generator-app {
margin-top: 2em;
}
</style>