From 56a87133748750a5f69a06e94f2a23e70f52101a Mon Sep 17 00:00:00 2001 From: pa Date: Tue, 20 Jan 2026 14:11:05 +0900 Subject: [PATCH] improve calendar style --- src/App.vue | 5 +- .../UserDialog/SendInviteRequestDialog.vue | 2 +- .../ui/sidebar/SidebarMenuButton.vue | 2 +- src/stores/notification.js | 2 +- .../components/GroupCalendarEventCard.vue | 190 +++++++++--------- .../Tools/components/GroupCalendarMonth.vue | 11 +- 6 files changed, 102 insertions(+), 110 deletions(-) diff --git a/src/App.vue b/src/App.vue index 361c8a29..db683da4 100644 --- a/src/App.vue +++ b/src/App.vue @@ -10,7 +10,7 @@ ondragover="event.preventDefault()" ondrop="event.preventDefault()"> - + @@ -23,7 +23,6 @@