From b598f0d1054c4ff7a6f1cc3f83b63d30e7888f41 Mon Sep 17 00:00:00 2001 From: lesion Date: Mon, 21 Nov 2022 13:21:32 +0100 Subject: [PATCH] appbar, map dialog --- assets/style.css | 2 +- components/Appbar.vue | 2 +- components/ImportDialog.vue | 7 ++- components/Map.vue | 35 ++++++++------- components/eventAdmin.vue | 73 +++++++++++++++++++++++--------- layouts/default.vue | 2 - server/api/controller/plugins.js | 2 +- 7 files changed, 79 insertions(+), 44 deletions(-) diff --git a/assets/style.css b/assets/style.css index 55f48432..ddfd06a5 100644 --- a/assets/style.css +++ b/assets/style.css @@ -10,7 +10,7 @@ li { } .v-main { - padding-top: 224px !important; + padding-top: 176px !important; } .v-dialog .theme--dark.v-card { diff --git a/components/Appbar.vue b/components/Appbar.vue index 5c0647c2..0d3e9db0 100644 --- a/components/Appbar.vue +++ b/components/Appbar.vue @@ -1,5 +1,5 @@