From 236c00010a72add68b41adf5e7166053140843d0 Mon Sep 17 00:00:00 2001 From: Tony Xin Date: Fri, 24 Apr 2026 11:53:59 -0400 Subject: [PATCH] fix(CalendarAccounts): align Add calendar button and disclaimer spacing Move the Add calendar v-dialog back inside the padded container so the button and disclaimer share the same tw-px-4 indent as the account row. Switch the button to left-aligned fit-width (was tw-w-full, which centered the label awkwardly) and zero out the default

margins. Co-Authored-By: Claude Opus 4.7 (1M context) --- .../components/settings/CalendarAccounts.vue | 61 ++++++++++--------- 1 file changed, 33 insertions(+), 28 deletions(-) diff --git a/frontend/src/components/settings/CalendarAccounts.vue b/frontend/src/components/settings/CalendarAccounts.vue index e76b71b4..3c3ac366 100644 --- a/frontend/src/components/settings/CalendarAccounts.vue +++ b/frontend/src/components/settings/CalendarAccounts.vue @@ -43,37 +43,42 @@ " @openRemoveDialog="openRemoveDialog" > + + + + - - - - Are you sure?