diff --git a/src/lib/components/playground/Notes.svelte b/src/lib/components/playground/Notes.svelte index 6b616cf46..9b549e474 100644 --- a/src/lib/components/playground/Notes.svelte +++ b/src/lib/components/playground/Notes.svelte @@ -18,7 +18,7 @@ let loading = false; -
+
{#if loading}
diff --git a/src/routes/(app)/admin/+layout.svelte b/src/routes/(app)/admin/+layout.svelte index d7311c917..5219f1c6c 100644 --- a/src/routes/(app)/admin/+layout.svelte +++ b/src/routes/(app)/admin/+layout.svelte @@ -30,9 +30,9 @@ ? 'md:max-w-[calc(100%-260px)]' : ''}" > -
+
-
+
-
diff --git a/src/routes/(app)/playground/+layout.svelte b/src/routes/(app)/playground/+layout.svelte index 7a17241ba..ba14cf0df 100644 --- a/src/routes/(app)/playground/+layout.svelte +++ b/src/routes/(app)/playground/+layout.svelte @@ -20,9 +20,9 @@ ? 'md:max-w-[calc(100%-260px)]' : ''}" > -
-
-
+
+
+
-
diff --git a/src/routes/(app)/workspace/+layout.svelte b/src/routes/(app)/workspace/+layout.svelte index a9db5bbaf..f73d731fd 100644 --- a/src/routes/(app)/workspace/+layout.svelte +++ b/src/routes/(app)/workspace/+layout.svelte @@ -30,9 +30,9 @@ ? 'md:max-w-[calc(100%-260px)]' : ''}" > -