mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 21:38:13 +00:00
chore: design improvements
This commit is contained in:
@@ -125,7 +125,7 @@ export default defineComponent({
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
height: 2px;
|
height: 2px;
|
||||||
margin: 0.5em 0;
|
margin: 0.5em 0;
|
||||||
background-color: #ddd;
|
background-color: #aaa;
|
||||||
}
|
}
|
||||||
|
|
||||||
.station-stats {
|
.station-stats {
|
||||||
|
|||||||
@@ -398,7 +398,7 @@ export default defineComponent({
|
|||||||
$rowCol: #424242;
|
$rowCol: #424242;
|
||||||
|
|
||||||
.station_table {
|
.station_table {
|
||||||
height: calc(100vh - 150px);
|
height: 80vh;
|
||||||
min-height: 550px;
|
min-height: 550px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
|
|||||||
+5
-5
@@ -297,14 +297,14 @@
|
|||||||
"scenery-search": "Search for scenery..."
|
"scenery-search": "Search for scenery..."
|
||||||
},
|
},
|
||||||
"station-stats": {
|
"station-stats": {
|
||||||
"u-factor": "U-factor: ",
|
"u-factor": "U-factor",
|
||||||
"u-factor-tooltip": "(?) Current server traffic factor (driver count divided by dispatcher count)",
|
"u-factor-tooltip": "(?) Current server traffic factor (driver count divided by dispatcher count)",
|
||||||
"avg-timetable-count": "Average timetable count for one dispatcher: ",
|
"avg-timetable-count": "Average timetable count for one dispatcher:",
|
||||||
"single-track-count": "Available single track routes: ",
|
"single-track-count": "Available single track routes:",
|
||||||
"double-track-count": "Available double track routes: ",
|
"double-track-count": "Available double track routes:",
|
||||||
"electrified": "(electrified)",
|
"electrified": "(electrified)",
|
||||||
"not-electrified": "(not electr.)",
|
"not-electrified": "(not electr.)",
|
||||||
"open-spawns": "Open spawns: "
|
"open-spawns": "Open spawns:"
|
||||||
},
|
},
|
||||||
"trains": {
|
"trains": {
|
||||||
"no-trains": "No trains to show here!",
|
"no-trains": "No trains to show here!",
|
||||||
|
|||||||
+5
-5
@@ -290,14 +290,14 @@
|
|||||||
"scenery-search": "Wyszukaj scenerię..."
|
"scenery-search": "Wyszukaj scenerię..."
|
||||||
},
|
},
|
||||||
"station-stats": {
|
"station-stats": {
|
||||||
"u-factor": "Współczynnik Ugla: ",
|
"u-factor": "Współczynnik Ugla",
|
||||||
"u-factor-tooltip": "(?) Współczynnik ruchu na serwerze (liczba maszynistów online dzielona na liczbę dyżurnych ruchu)",
|
"u-factor-tooltip": "(?) Współczynnik ruchu na serwerze (liczba maszynistów online dzielona na liczbę dyżurnych ruchu)",
|
||||||
"avg-timetable-count": "Średnia liczba rozkładów jazdy na dyżurnego: ",
|
"avg-timetable-count": "Średnia liczba rozkładów jazdy na dyżurnego:",
|
||||||
"single-track-count": "Dostępne szlaki jednotorowe: ",
|
"single-track-count": "Dostępne szlaki jednotorowe:",
|
||||||
"double-track-count": "Dostępne szlaki dwutorowe: ",
|
"double-track-count": "Dostępne szlaki dwutorowe:",
|
||||||
"electrified": "(zelektr.)",
|
"electrified": "(zelektr.)",
|
||||||
"not-electrified": "(niezelektr.)",
|
"not-electrified": "(niezelektr.)",
|
||||||
"open-spawns": "Otwarte spawny: "
|
"open-spawns": "Otwarte spawny:"
|
||||||
},
|
},
|
||||||
"trains": {
|
"trains": {
|
||||||
"no-trains": "Brak pociągów do wyświetlenia!",
|
"no-trains": "Brak pociągów do wyświetlenia!",
|
||||||
|
|||||||
@@ -21,7 +21,6 @@
|
|||||||
|
|
||||||
<Donation :isModalOpen="isDonationModalOpen" @toggleModal="toggleDonationModal" />
|
<Donation :isModalOpen="isDonationModalOpen" @toggleModal="toggleDonationModal" />
|
||||||
<StationTable @toggleDonationModal="toggleDonationModal" />
|
<StationTable @toggleDonationModal="toggleDonationModal" />
|
||||||
|
|
||||||
<StationStats />
|
<StationStats />
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|||||||
Reference in New Issue
Block a user