From 4aa64803b1d5183a997127ee1c857ca871f1fbc9 Mon Sep 17 00:00:00 2001 From: Spythere Date: Sun, 28 Feb 2021 22:33:32 +0100 Subject: [PATCH] Poprawki --- src/App.vue | 6 +++--- src/components/TrainsView/TrainTable.vue | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/App.vue b/src/App.vue index 1b7c8a9..5599437 100644 --- a/src/App.vue +++ b/src/App.vue @@ -74,10 +74,10 @@ export default class App extends Vue { @Action("synchronizeData") synchronizeData; @Getter("getAllData") data; - private VERSION = "1.4"; + private VERSION = "1.4.1"; - hasReleaseNotes = true; - updateModalVisible = true; + hasReleaseNotes = false; + updateModalVisible = false; async mounted() { this.synchronizeData(); diff --git a/src/components/TrainsView/TrainTable.vue b/src/components/TrainsView/TrainTable.vue index 3483f30..53ab3e1 100644 --- a/src/components/TrainsView/TrainTable.vue +++ b/src/components/TrainsView/TrainTable.vue @@ -341,7 +341,7 @@ export default class TrainTable extends Vue { display: flex; align-items: center; - font-size: 1.3em; + font-size: 1.15em; margin: 5px 0; }