mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
refactor: changed position of generaTOR link; added missing tooltips
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user