mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 05:18:11 +00:00
chore: changed placement of the offline icon
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user