From 9d45ae0c39bbe2639039ae6279c39fd1aece0e81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn-Michael=20Miehe?= <40151420+ldericher@users.noreply.github.com> Date: Thu, 15 Sep 2022 15:04:01 +0000 Subject: [PATCH] CalendarCarousel dynamic max-height --- ui/src/App.vue | 14 +-- ui/src/components/Dashboard.vue | 16 +-- .../components/calendar/CalendarCarousel.vue | 117 +++++++++++++++++- 3 files changed, 132 insertions(+), 15 deletions(-) diff --git a/ui/src/App.vue b/ui/src/App.vue index c2d985f..b039b18 100644 --- a/ui/src/App.vue +++ b/ui/src/App.vue @@ -1,6 +1,6 @@ diff --git a/ui/src/components/Dashboard.vue b/ui/src/components/Dashboard.vue index d1224ae..a8c4e11 100644 --- a/ui/src/components/Dashboard.vue +++ b/ui/src/components/Dashboard.vue @@ -1,11 +1,13 @@ diff --git a/ui/src/components/calendar/CalendarCarousel.vue b/ui/src/components/calendar/CalendarCarousel.vue index 9d00441..1a63fab 100644 --- a/ui/src/components/calendar/CalendarCarousel.vue +++ b/ui/src/components/calendar/CalendarCarousel.vue @@ -1,5 +1,6 @@