From 7cb118d000761a5dd69923f3506d8d55af5d61ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn-Michael=20Miehe?= <40151420+ldericher@users.noreply.github.com> Date: Sat, 24 Sep 2022 16:49:13 +0000 Subject: [PATCH] CalendarCarousel bottom margin --- ui/src/components/calendar/CalendarCarousel.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/components/calendar/CalendarCarousel.vue b/ui/src/components/calendar/CalendarCarousel.vue index 532c58f..994b3e7 100644 --- a/ui/src/components/calendar/CalendarCarousel.vue +++ b/ui/src/components/calendar/CalendarCarousel.vue @@ -75,7 +75,7 @@ export default class CalendarCarousel extends Vue { } private update_height(): void { - const diff = 150; + const diff = 100; if (this._main === undefined) return;