From d961e8943e119caa1b5ab06ee8d11c65bfbdac2d Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Wed, 6 Nov 2024 21:13:37 -0800 Subject: [PATCH] refac: styling --- src/lib/components/playground/Notes.svelte | 2 +- src/routes/(app)/admin/+layout.svelte | 29 ++++++-------- src/routes/(app)/playground/+layout.svelte | 29 +++++++------- src/routes/(app)/workspace/+layout.svelte | 44 +++++++++------------- 4 files changed, 44 insertions(+), 60 deletions(-) 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)]' : ''}" > -