Dodano informacje o ładowaniu historii dyżurnych

This commit is contained in:
2022-01-10 03:39:00 +01:00
parent 5d4089cc1c
commit 400b853eac
2 changed files with 16 additions and 2 deletions
+1 -1
View File
@@ -9,7 +9,6 @@
</div>
<div class="scenery-wrapper" v-if="stationInfo" ref="card-wrapper">
<!-- <scenery-info-header :station="stationInfo" /> -->
<button v-if="!timetableOnly" class="back-btn btn btn--image" title="Powrót do scenerii" @click="navigateTo('/')">
<img :src="icons.back" alt="Back to scenery" />
</button>
@@ -145,6 +144,7 @@ $sceneryBgCol: #333;
width: 75%;
max-width: 950px;
@include midScreen {
width: 95%;
}