mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 05:18:11 +00:00
Poprawiono wyświetlanie uwag eksploatacyjnych dla stacji końcowych
This commit is contained in:
@@ -34,6 +34,8 @@ export default defineComponent({
|
||||
@import '../../styles/responsive.scss';
|
||||
|
||||
.wrapper {
|
||||
font-size: 1em;
|
||||
|
||||
@include smallScreen() {
|
||||
font-size: 1.2em;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user