From d6eea8afe13796cefda7e96f06537298cb902066 Mon Sep 17 00:00:00 2001 From: les Date: Tue, 9 Feb 2021 12:10:00 +0100 Subject: [PATCH] 2 month cal view in sm --- components/Calendar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Calendar.vue b/components/Calendar.vue index 801d4bc8..59eb331d 100644 --- a/components/Calendar.vue +++ b/components/Calendar.vue @@ -3,7 +3,7 @@ v-calendar( title-position='left' :is-dark="settings['theme.is_dark']" - :columns="$screens({ lg: 2 }, 1)" + :columns="$screens({ sm: 2 }, 1)" @update:from-page='updatePage' :locale='$i18n.locale' :attributes='attributes'