hotfix: view styles

This commit is contained in:
2024-08-22 17:00:40 +02:00
parent 4fa1c05831
commit 8920b1e5e8
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -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 {