From bfe8024583019e5ca6d748a9c0a008bc7678c4c6 Mon Sep 17 00:00:00 2001 From: Darshan Date: Wed, 26 Nov 2025 13:39:27 +0530 Subject: [PATCH 1/5] add: spacing. --- src/lib/components/navbar.svelte | 3 ++- src/lib/studio/studio-widget.ts | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/lib/components/navbar.svelte b/src/lib/components/navbar.svelte index f157e3211..cd798db9b 100644 --- a/src/lib/components/navbar.svelte +++ b/src/lib/components/navbar.svelte @@ -57,6 +57,7 @@ import type { Models } from '@appwrite.io/console'; import { organization } from '$lib/stores/organization'; import { resolvedProfile } from '$lib/profiles/index.svelte'; + import { bannerSpacing } from '$lib/layout/headerAlert.svelte'; let showSupport = false; @@ -120,7 +121,7 @@ beforeNavigate(() => (showAccountMenu = false)); - +
-
+
{#if subNavigation} {@const SubNavigation = subNavigation}
- import { writable } from 'svelte/store'; - - // this is for backwards compatibility rn. - export const bannerSpacing = writable(null); - - - +