chore: changed placement of the offline icon

This commit is contained in:
2025-02-04 14:12:20 +01:00
parent 1fa5934784
commit 4da0ab475b
2 changed files with 9 additions and 12 deletions
+1 -10
View File
@@ -5,16 +5,7 @@
>
<router-link v-if="/(, podg$|<strong>)/.test(stop.nameHtml)" :to="sceneryHref">
<b class="stop-name">
<span>
{{ stop.nameRaw }}
</span>
<i
v-if="!stop.isSceneryOnline && stop.status != 'confirmed'"
class="fa-solid fa-ban fa-md"
data-tooltip-type="BaseTooltip"
:data-tooltip-content="$t('app.tooltip-scenery-offline')"
style="color: salmon; margin-left: 0.25em"
></i>
{{ stop.nameRaw }}
</b>
</router-link>