mirror of
https://github.com/Spythere/pragotron-td2.git
synced 2026-05-03 05:28:14 +00:00
fix: animations
This commit is contained in:
@@ -26,7 +26,7 @@
|
|||||||
|
|
||||||
<h3 v-else-if="sceneriesOnline.length == 0">Brak aktywnych scenerii</h3>
|
<h3 v-else-if="sceneriesOnline.length == 0">Brak aktywnych scenerii</h3>
|
||||||
|
|
||||||
<ul v-else class="scenery-list">
|
<ul v-else class="scenery-list" :key="mainStore.region">
|
||||||
<li v-for="station in sceneriesOnline" :key="station.stationName">
|
<li v-for="station in sceneriesOnline" :key="station.stationName">
|
||||||
<button @click="handleClick(station.stationName)">
|
<button @click="handleClick(station.stationName)">
|
||||||
{{ station.stationName }}
|
{{ station.stationName }}
|
||||||
@@ -100,7 +100,6 @@ export default defineComponent({
|
|||||||
max-width: 500px;
|
max-width: 500px;
|
||||||
gap: 0.5em;
|
gap: 0.5em;
|
||||||
|
|
||||||
|
|
||||||
margin: 1em auto;
|
margin: 1em auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user