From 916f0920593cd041ba7be8a8ac28b62db0303d06 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sun, 3 Mar 2024 20:06:55 +0100 Subject: [PATCH] refactor(ui): cleanup actions panel MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- ui/web/src/App.vue | 8 ++++---- ui/web/src/components/actions/AddChargingStations.vue | 3 +-- ui/web/src/components/actions/SetSupervisionUrl.vue | 5 ++--- ui/web/src/components/actions/StartTransaction.vue | 6 +++--- ui/web/src/views/ChargingStationsView.vue | 3 ++- 5 files changed, 12 insertions(+), 13 deletions(-) diff --git a/ui/web/src/App.vue b/ui/web/src/App.vue index aee9c5d0..471a240a 100644 --- a/ui/web/src/App.vue +++ b/ui/web/src/App.vue @@ -29,13 +29,13 @@ import Container from '@/components/Container.vue' justify-content: center; align-items: center; text-align: center; - margin: 0.1%; - padding: 0.1%; + margin: 0.4%; + padding: 0.4%; border: solid black; } body { - margin: 0.005%; - padding: 0.005%; + margin: 0.008%; + padding: 0.008%; } diff --git a/ui/web/src/components/actions/AddChargingStations.vue b/ui/web/src/components/actions/AddChargingStations.vue index 52d3fdb3..8946e82a 100644 --- a/ui/web/src/components/actions/AddChargingStations.vue +++ b/ui/web/src/components/actions/AddChargingStations.vue @@ -1,6 +1,5 @@