mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28: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';
|
@import '../../styles/responsive.scss';
|
||||||
|
|
||||||
.wrapper {
|
.wrapper {
|
||||||
|
font-size: 1em;
|
||||||
|
|
||||||
@include smallScreen() {
|
@include smallScreen() {
|
||||||
font-size: 1.2em;
|
font-size: 1.2em;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
<div class="progress-bar"></div>
|
<div class="progress-bar"></div>
|
||||||
|
|
||||||
<div v-if="stop.comments" style="color: salmon;">
|
<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>
|
</div>
|
||||||
|
|
||||||
<span v-if="stop.departureLine == followingStops[i + 1].arrivalLine">
|
<span v-if="stop.departureLine == followingStops[i + 1].arrivalLine">
|
||||||
@@ -35,6 +35,12 @@
|
|||||||
{{ followingStops[i + 1].arrivalLine }}
|
{{ followingStops[i + 1].arrivalLine }}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</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>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
@@ -132,7 +138,6 @@ $stopNameClr: #22a8d1;
|
|||||||
}
|
}
|
||||||
|
|
||||||
.train-schedule {
|
.train-schedule {
|
||||||
|
|
||||||
min-height: 400px;
|
min-height: 400px;
|
||||||
|
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
|
|||||||
Reference in New Issue
Block a user