chore: design improvements

This commit is contained in:
2024-05-08 15:10:40 +02:00
parent 05dc268526
commit 6481a4a3b0
5 changed files with 12 additions and 13 deletions
+1 -1
View File
@@ -125,7 +125,7 @@ export default defineComponent({
width: 100%;
height: 2px;
margin: 0.5em 0;
background-color: #ddd;
background-color: #aaa;
}
.station-stats {
+1 -1
View File
@@ -398,7 +398,7 @@ export default defineComponent({
$rowCol: #424242;
.station_table {
height: calc(100vh - 150px);
height: 80vh;
min-height: 550px;
overflow: auto;
font-weight: 500;
+1 -1
View File
@@ -297,7 +297,7 @@
"scenery-search": "Search for scenery..."
},
"station-stats": {
"u-factor": "U-factor: ",
"u-factor": "U-factor",
"u-factor-tooltip": "(?) Current server traffic factor (driver count divided by dispatcher count)",
"avg-timetable-count": "Average timetable count for one dispatcher:",
"single-track-count": "Available single track routes:",
+1 -1
View File
@@ -290,7 +290,7 @@
"scenery-search": "Wyszukaj scenerię..."
},
"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)",
"avg-timetable-count": "Średnia liczba rozkładów jazdy na dyżurnego:",
"single-track-count": "Dostępne szlaki jednotorowe:",
-1
View File
@@ -21,7 +21,6 @@
<Donation :isModalOpen="isDonationModalOpen" @toggleModal="toggleDonationModal" />
<StationTable @toggleDonationModal="toggleDonationModal" />
<StationStats />
</div>
</section>