diff --git a/apps/calendar/apps/web/src/lib/components/calendar/UnifiedBar.svelte b/apps/calendar/apps/web/src/lib/components/calendar/UnifiedBar.svelte index 4e5aa9dea..353939d38 100644 --- a/apps/calendar/apps/web/src/lib/components/calendar/UnifiedBar.svelte +++ b/apps/calendar/apps/web/src/lib/components/calendar/UnifiedBar.svelte @@ -1,114 +1,70 @@ -
- - {#if unifiedBarStore.showCalendarToolbar} +
+ + {#if showCalendarLayers && unifiedBarStore.showCalendarToolbar} - {/if} - - - {#if unifiedBarStore.showTagStrip} - - {/if} - - - {#if unifiedBarStore.showDateStrip} - - {/if} - - - {#if unifiedBarStore.showQuickInput} - {/if} - - {#if unifiedBarStore.isOverlayOpen} -