Poprawiono wyświetlanie uwag eksploatacyjnych dla stacji końcowych

This commit is contained in:
2022-03-27 15:48:51 +02:00
parent 161a632f49
commit 61a3bafe07
2 changed files with 9 additions and 2 deletions
+2
View File
@@ -34,6 +34,8 @@ export default defineComponent({
@import '../../styles/responsive.scss';
.wrapper {
font-size: 1em;
@include smallScreen() {
font-size: 1.2em;
}
+7 -2
View File
@@ -23,7 +23,7 @@
<div class="progress-bar"></div>
<div v-if="stop.comments" style="color: salmon;">
<b>{{ stop.stopNameRAW }}</b>: <span v-html="stop.comments"></span>
<b>{{ stop.stopNameRAW }} </b>: <span v-html="stop.comments"></span>
</div>
<span v-if="stop.departureLine == followingStops[i + 1].arrivalLine">
@@ -35,6 +35,12 @@
{{ followingStops[i + 1].arrivalLine }}
</span>
</div>
<div class="stop_line" v-else>
<div v-if="stop.comments" style="color: salmon;">
<b>{{ stop.stopNameRAW }} </b>: <span v-html="stop.comments"></span>
</div>
</div>
</li>
</ul>
</div>
@@ -132,7 +138,6 @@ $stopNameClr: #22a8d1;
}
.train-schedule {
min-height: 400px;
overflow-y: auto;