From 8a0738b2681bb91bac8ef7440fcaa5b6c2bab64c Mon Sep 17 00:00:00 2001 From: les Date: Thu, 20 May 2021 10:31:19 +0200 Subject: [PATCH] minor --- components/admin/Settings.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/components/admin/Settings.vue b/components/admin/Settings.vue index e084bfbf..13526aac 100644 --- a/components/admin/Settings.vue +++ b/components/admin/Settings.vue @@ -38,19 +38,19 @@ persistent-hint @blur='save("description", description)') - v-switch.mt-5(v-model='allow_registration' + v-switch.mt-4(v-model='allow_registration' inset :label="$t('admin.allow_registration_description')") - v-switch.mt-4(v-model='allow_anon_event' + v-switch.mt-1(v-model='allow_anon_event' inset :label="$t('admin.allow_anon_event')") - v-switch.mt-4(v-model='allow_recurrent_event' + v-switch.mt-1(v-model='allow_recurrent_event' inset :label="$t('admin.allow_recurrent_event')") - v-switch.mt-4(v-if='allow_recurrent_event' + v-switch.mt-1(v-if='allow_recurrent_event' v-model='recurrent_event_visible' inset :label="$t('admin.recurrent_event_visible')")