From 8920b1e5e81e7c707edaf5bb2dfd52ae80aabdf5 Mon Sep 17 00:00:00 2001 From: Spythere Date: Thu, 22 Aug 2024 17:00:40 +0200 Subject: [PATCH] hotfix: view styles --- src/components/StationsView/StationTable.vue | 1 + src/views/DriverView.vue | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/StationsView/StationTable.vue b/src/components/StationsView/StationTable.vue index fbe937f..76caee8 100644 --- a/src/components/StationsView/StationTable.vue +++ b/src/components/StationsView/StationTable.vue @@ -499,6 +499,7 @@ table { tr, .a-row { background-color: $rowCol; + vertical-align: middle; &:nth-child(even) { background-color: lighten($rowCol, 5); diff --git a/src/views/DriverView.vue b/src/views/DriverView.vue index 1c1aad3..cfe4e04 100644 --- a/src/views/DriverView.vue +++ b/src/views/DriverView.vue @@ -65,9 +65,10 @@ const chosenTrain = computed(() => mainStore.trainList.find((train) => train.id $viewBgCol: #1a1a1a; .driver-view { + margin: 0 auto; padding: 1em 0; max-width: 2000px; - margin: 0 auto; + min-height: 95vh; } .actions {