From 3d1b888307fbd024d88fc8cf41e0ab3b4ec7dd4e Mon Sep 17 00:00:00 2001 From: Padreug Date: Tue, 16 Jun 2026 11:42:12 +0200 Subject: [PATCH] feat(events): compact the calendar month grid MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The aspect-square day cells made the month grid ~350px tall on mobile, pushing the selected-day event list well below the fold. Switch cells to a fixed h-12 (still a comfortable 48px tap target) and tighten the section spacing (space-y-4 → space-y-2), so the grid + day's events fit with less scrolling. Co-Authored-By: Claude Opus 4.8 (1M context) --- src/modules/events/components/EventCalendarView.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/events/components/EventCalendarView.vue b/src/modules/events/components/EventCalendarView.vue index c77b908..1cbef3a 100644 --- a/src/modules/events/components/EventCalendarView.vue +++ b/src/modules/events/components/EventCalendarView.vue @@ -97,7 +97,7 @@ function nextMonth() {