diff --git a/src/components/TrainsView/TrainInfo.vue b/src/components/TrainsView/TrainInfo.vue index 5ca0099..278111d 100644 --- a/src/components/TrainsView/TrainInfo.vue +++ b/src/components/TrainsView/TrainInfo.vue @@ -284,6 +284,8 @@ export default defineComponent({ &.extended-view { grid-template-columns: repeat(auto-fit, minmax(20em, 1fr)); grid-template-rows: 1fr; + + margin-top: 0.5em; } &.simple-view { diff --git a/src/components/TrainsView/TrainTable.vue b/src/components/TrainsView/TrainTable.vue index cca3296..f847b60 100644 --- a/src/components/TrainsView/TrainTable.vue +++ b/src/components/TrainsView/TrainTable.vue @@ -1,5 +1,5 @@ diff --git a/src/styles/card.scss b/src/styles/card.scss index c2d3a5e..aa8cbdc 100644 --- a/src/styles/card.scss +++ b/src/styles/card.scss @@ -29,10 +29,10 @@ position: absolute; top: 0; right: 0; - margin: 0.3em 0em; + margin: 0.5em 0.5em; img { - width: 1.6em; + width: 2em; } cursor: pointer;