Zmieniono położenie filtrów

This commit is contained in:
2020-07-06 15:57:44 +02:00
parent 2ee6c6bfeb
commit 57bb48c030
11 changed files with 195 additions and 134 deletions
+8 -7
View File
@@ -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 {