From 5be07bf9d05339dbf3ee771e762e03945021d30e Mon Sep 17 00:00:00 2001 From: Felix Ruf Date: Mon, 8 Jul 2024 10:27:03 +0200 Subject: [PATCH 1/2] fixed a bug that gave locked days in the dashboard the wrong minimum height --- src/Resources/src/components/dashboard/Day.vue | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/src/Resources/src/components/dashboard/Day.vue b/src/Resources/src/components/dashboard/Day.vue index b6d9cb1f0..518c19a89 100644 --- a/src/Resources/src/components/dashboard/Day.vue +++ b/src/Resources/src/components/dashboard/Day.vue @@ -3,12 +3,9 @@ class="day-shadow mx-auto grid h-auto min-h-[153px] max-w-[414px] grid-cols-[auto_minmax(0,1fr)] grid-rows-[minmax(0,1fr)_auto] rounded bg-white sm:max-w-none" >
{{ weekday }} From 10eeaa0d9fcf769592b49d6a23e2119c13aacb61 Mon Sep 17 00:00:00 2001 From: Felix Ruf Date: Mon, 8 Jul 2024 10:28:54 +0200 Subject: [PATCH 2/2] fixed formatting --- src/Resources/src/components/dashboard/Day.vue | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/Resources/src/components/dashboard/Day.vue b/src/Resources/src/components/dashboard/Day.vue index 518c19a89..5c8f7cfaf 100644 --- a/src/Resources/src/components/dashboard/Day.vue +++ b/src/Resources/src/components/dashboard/Day.vue @@ -4,9 +4,7 @@ >