Poprawki responsywności; dodano wyszukiwanie scenerii

This commit is contained in:
2022-09-27 18:58:46 +02:00
parent c5e68c4d03
commit 29a02dd98f
14 changed files with 63 additions and 29 deletions
+2 -4
View File
@@ -1,8 +1,8 @@
<template>
<section class="info-header">
<div class="scenery-name">
<a class="scenery-name" :href="station.generalInfo?.url">
{{ station.name }}
</div>
</a>
<div class="scenery-hash" v-if="station.onlineInfo?.hash">#{{ station.onlineInfo.hash }}</div>
</section>
@@ -12,7 +12,6 @@
import { defineComponent } from 'vue';
import Station from '../../scripts/interfaces/Station';
export default defineComponent({
props: {
station: {
@@ -47,4 +46,3 @@ export default defineComponent({
font-size: 1.2em;
}
</style>