diff --git a/src/components/TrainsView/TrainInfo.vue b/src/components/TrainsView/TrainInfo.vue index 0e7813b..822bf49 100644 --- a/src/components/TrainsView/TrainInfo.vue +++ b/src/components/TrainsView/TrainInfo.vue @@ -47,15 +47,6 @@ {{ train.driverName }} - -
- -
@@ -300,21 +291,6 @@ export default defineComponent({ gap: 0.25em; } -.top-bar-controls { - display: flex; - align-items: center; - - gap: 0.25em; -} - -.btn-timetable { - padding: 0.25em; -} - -.btn-exit { - padding: 0.25em; -} - .general-status { display: flex; align-items: center; @@ -375,9 +351,5 @@ export default defineComponent({ grid-template-columns: 1fr; gap: 1em 0; } - - .btn-timetable > span { - display: none; - } } diff --git a/src/components/TrainsView/TrainSchedule.vue b/src/components/TrainsView/TrainSchedule.vue index d9a326d..57d4dca 100644 --- a/src/components/TrainsView/TrainSchedule.vue +++ b/src/components/TrainsView/TrainSchedule.vue @@ -286,7 +286,7 @@ $blinkAnim: 0.5s ease-in-out alternate infinite blink; } .train-schedule { - padding: 0 1em; + padding: 1em; } .schedule-wrapper { diff --git a/src/styles/global.scss b/src/styles/global.scss index 4307443..54e2fd8 100644 --- a/src/styles/global.scss +++ b/src/styles/global.scss @@ -214,7 +214,7 @@ a.a-button { font-weight: bold; &:hover { - background-color: #555; + background-color: #424242; } } diff --git a/src/views/DriverView.vue b/src/views/DriverView.vue index 02d9670..a5112c4 100644 --- a/src/views/DriverView.vue +++ b/src/views/DriverView.vue @@ -1,14 +1,40 @@ @@ -34,13 +60,46 @@ const chosenTrain = computed(() => mainStore.trainList.find((train) => train.id