diff --git a/src/components/JournalView/JournalTimetables/TimetableGeneral.vue b/src/components/JournalView/JournalTimetables/TimetableGeneral.vue index ae73738..8b2e2bd 100644 --- a/src/components/JournalView/JournalTimetables/TimetableGeneral.vue +++ b/src/components/JournalView/JournalTimetables/TimetableGeneral.vue @@ -144,12 +144,14 @@ export default defineComponent({ } .general-train { - cursor: pointer; display: flex; - flex-wrap: wrap; justify-content: center; align-items: center; + flex-wrap: wrap; gap: 0.25em; + + cursor: pointer; + line-height: 2; } .btn-timetable { diff --git a/src/components/TrainsView/TrainInfo.vue b/src/components/TrainsView/TrainInfo.vue index 39a019e..aa6f986 100644 --- a/src/components/TrainsView/TrainInfo.vue +++ b/src/components/TrainsView/TrainInfo.vue @@ -57,14 +57,14 @@
- -
@@ -270,6 +270,8 @@ export default defineComponent({ .general-top-bar { display: flex; justify-content: space-between; + flex-wrap: wrap; + gap: 0.5em; & > div { display: flex; @@ -331,26 +333,10 @@ export default defineComponent({ .train-info { grid-template-columns: 1fr; gap: 1em 0; - text-align: center; } - .general-info, - .general-status, - .general-timetable { - justify-content: center; - } - - .timetable-progress { - justify-content: center; - } - - .comments { - flex-direction: column; - justify-content: center; - - img { - margin: 0 0 0.5em 0; - } + .btn-timetable > span { + display: none; } }