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
-1
View File
@@ -248,7 +248,6 @@ export default defineComponent({
gap: 1em 0;
text-align: center;
font-size: 1.15em;
}
.train-stats {
+8 -5
View File
@@ -60,7 +60,9 @@
<b>{{ stop.stopNameRAW }} </b>: <span v-html="stop.comments"></span>
</div>
<span v-if="stop.departureLine == train.timetableData!.followingStops[i + 1].arrivalLine && !/sbl/gi.test(stop.departureLine!)">
<span
v-if="stop.departureLine == train.timetableData!.followingStops[i + 1].arrivalLine && !/sbl/gi.test(stop.departureLine!)"
>
{{ stop.departureLine }}
</span>
@@ -175,10 +177,6 @@ $stopNameClr: #22a8d1;
.train-schedule {
padding: 0 0.25em;
@include smallScreen() {
font-size: 1.1em;
}
}
.train-stock {
@@ -198,6 +196,11 @@ ul.stock-list {
color: #aaa;
font-size: 0.9em;
}
img {
max-height: 60px;
max-width: 320px;
}
}
.schedule-wrapper {