From 110c6779a8e62156ed1a98c56d3d2f37f963932b Mon Sep 17 00:00:00 2001 From: Till-JS <101404291+Till-JS@users.noreply.github.com> Date: Wed, 3 Dec 2025 12:46:34 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(calendar):=20shift=20FAB=20b?= =?UTF-8?q?uttons=20when=20PillNav=20is=20in=20sidebar=20mode?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit FAB buttons (calendar icon and new event) are now positioned further right when PillNav is displayed as a sidebar to avoid overlap. --- apps/calendar/apps/web/src/routes/+page.svelte | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/apps/calendar/apps/web/src/routes/+page.svelte b/apps/calendar/apps/web/src/routes/+page.svelte index 0e0cbffe6..b4665b7a6 100644 --- a/apps/calendar/apps/web/src/routes/+page.svelte +++ b/apps/calendar/apps/web/src/routes/+page.svelte @@ -7,6 +7,7 @@ import { calendarsStore } from '$lib/stores/calendars.svelte'; import { authStore } from '$lib/stores/auth.svelte'; import { settingsStore } from '$lib/stores/settings.svelte'; + import { isSidebarMode as sidebarModeStore } from '$lib/stores/navigation'; import CalendarHeader from '$lib/components/calendar/CalendarHeader.svelte'; import WeekView from '$lib/components/calendar/WeekView.svelte'; import DayView from '$lib/components/calendar/DayView.svelte'; @@ -127,7 +128,7 @@ {#if settingsStore.sidebarCollapsed} -