From ff9f2614f3c0b01ae664775c86713e35557a0fed Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Fri, 8 Aug 2025 13:09:40 +0400 Subject: [PATCH] refac: styling --- src/routes/(app)/+layout.svelte | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/routes/(app)/+layout.svelte b/src/routes/(app)/+layout.svelte index a9f4047651..01545d2187 100644 --- a/src/routes/(app)/+layout.svelte +++ b/src/routes/(app)/+layout.svelte @@ -38,7 +38,8 @@ showChangelog, temporaryChatEnabled, toolServers, - showSearch + showSearch, + showSidebar } from '$lib/stores'; import Sidebar from '$lib/components/layout/Sidebar.svelte'; @@ -339,7 +340,11 @@ {#if loaded} {:else} -
+
{/if}