mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 05:18:11 +00:00
Zmieniono położenie filtrów
This commit is contained in:
+8
-7
@@ -10,7 +10,7 @@
|
||||
</header>
|
||||
|
||||
<div class="app-info">
|
||||
<span>Scenerie online: {{stations.length}} | Maszyniści online: {{ trainCount }}</span>
|
||||
<span>Scenerie online: {{stationCount}} | Maszyniści online: {{ trainCount }}</span>
|
||||
</div>
|
||||
|
||||
<main class="app-main">
|
||||
@@ -38,7 +38,8 @@ export default Vue.extend({
|
||||
components: { Error, Loading },
|
||||
computed: mapGetters({
|
||||
stations: "getStations",
|
||||
trainCount: "getTrainCount"
|
||||
trainCount: "getTrainCount",
|
||||
stationCount: "getStationCount"
|
||||
}),
|
||||
|
||||
methods: {
|
||||
@@ -81,6 +82,11 @@ body {
|
||||
min-height: 100vh;
|
||||
}
|
||||
|
||||
button,
|
||||
input {
|
||||
font-family: "Lato", sans-serif;
|
||||
}
|
||||
|
||||
*,
|
||||
*::before,
|
||||
*::after {
|
||||
@@ -146,11 +152,6 @@ a {
|
||||
|
||||
padding: 0.3rem;
|
||||
}
|
||||
|
||||
&-main {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
}
|
||||
|
||||
footer {
|
||||
|
||||
Reference in New Issue
Block a user