makes dialog use fullscreen on mobile

This commit is contained in:
lesion
2021-12-02 11:14:53 +01:00
parent 88c9d48431
commit 3b8b8d45ec
12 changed files with 13 additions and 11 deletions

View File

@@ -48,7 +48,7 @@
inset
:label="$t('admin.recurrent_event_visible')")
v-dialog(v-model='showSMTP' destroy-on-close max-width='700px')
v-dialog(v-model='showSMTP' destroy-on-close max-width='700px' :fullscreen='$vuetify.breakpoint.xsOnly')
SMTP(@close='showSMTP = false')
v-card-actions