Stylistyka statystyk

This commit is contained in:
2022-12-20 21:11:47 +01:00
parent 493145f7f2
commit 7ea558642f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -265,7 +265,7 @@
"stats-stations": "STATIONS", "stats-stations": "STATIONS",
"timetable-stats-total": "Today, dispatchers made so far {count} with total distance of {distance}", "timetable-stats-total": "Today, dispatchers made so far {count} with total distance of {distance}",
"timetable-stats-longest": "Today's the longest timetable is #{id} made by {author} for {driver} - {distance}", "timetable-stats-longest": "The longest timetable today is #{id} made by {author} for {driver} - {distance}",
"timetable-stats-most-active": "The most active dispatcher is {dispatcher} who created {count}", "timetable-stats-most-active": "The most active dispatcher is {dispatcher} who created {count}",
"timetable-count": "timetable | timetables", "timetable-count": "timetable | timetables",
+1 -1
View File
@@ -3,7 +3,7 @@
.stats-tab { .stats-tab {
background-color: #1a1a1a; background-color: #1a1a1a;
border: 1px solid #ffc014; box-shadow: 0 0 5px 1px $accentCol;
padding: 1em; padding: 1em;
display: flex; display: flex;