From 95af8128777bcecaa29b8a649e1f8db0022dbfca Mon Sep 17 00:00:00 2001 From: Spythere Date: Thu, 27 Jan 2022 15:08:50 +0100 Subject: [PATCH] =?UTF-8?q?Dodano=20dodatkowe=20mo=C5=BCliwo=C5=9Bci=20zam?= =?UTF-8?q?kni=C4=99cia=20karty=20rozk=C5=82adu=20jazdy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/TrainsView/TrainInfo.vue | 2 ++ src/components/TrainsView/TrainTable.vue | 4 ++-- src/components/TrainsView/TrainTimetableCard.vue | 10 +++++----- src/styles/card.scss | 4 ++-- 4 files changed, 11 insertions(+), 9 deletions(-) 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;