From 22d2a8440f3b0a56e2eccc7544ba273c24dd2d98 Mon Sep 17 00:00:00 2001 From: mARTin Date: Thu, 12 Mar 2026 09:04:49 +0100 Subject: [PATCH] fix: make header toggle instant and fix calendar event width --- src/components/WeeklyView.tsx | 15 +++++++++++---- tsconfig.tsbuildinfo | 2 +- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/src/components/WeeklyView.tsx b/src/components/WeeklyView.tsx index 190f100..0cb83b2 100644 --- a/src/components/WeeklyView.tsx +++ b/src/components/WeeklyView.tsx @@ -6543,11 +6543,12 @@ export default function WeeklyView() { minHeight: `15px`, position: "absolute", top: `${topOffset}px`, - left: "-10px", - right: "-15px", + left: "1px", + right: "2px", zIndex: 1, flexDirection: "column", alignItems: "flex-start", + justifyContent: "flex-start", backgroundColor: bgColor, borderLeftColor: borderColor, color: borderColor, @@ -10677,13 +10678,19 @@ function SettingsSidebar({