From b1667513bd00168a937048a2ef616efefd653a28 Mon Sep 17 00:00:00 2001 From: Aleksander Grygier Date: Fri, 21 Aug 2026 15:14:44 +0200 Subject: [PATCH] chat : adjust tab bar width and use a shared offset variable Widen the tab bar for the expanded sidebar and rename the tab bar height variable to --chat-tabs-offset with a smaller value so the chat screen min-height accounts for the overlay without overshooting. Assisted-by: pi --- .../src/lib/components/app/chat/ChatScreen/ChatScreen.svelte | 2 +- tools/ui/src/lib/components/app/chat/ChatTabs/ChatTabs.svelte | 4 ++-- tools/ui/src/routes/(chat)/+layout.svelte | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/ui/src/lib/components/app/chat/ChatScreen/ChatScreen.svelte b/tools/ui/src/lib/components/app/chat/ChatScreen/ChatScreen.svelte index bb18bae50f..b5e00ca7d5 100644 --- a/tools/ui/src/lib/components/app/chat/ChatScreen/ChatScreen.svelte +++ b/tools/ui/src/lib/components/app/chat/ChatScreen/ChatScreen.svelte @@ -298,7 +298,7 @@ {:else}
diff --git a/tools/ui/src/routes/(chat)/+layout.svelte b/tools/ui/src/routes/(chat)/+layout.svelte index 9f943626a9..43f5fe9708 100644 --- a/tools/ui/src/routes/(chat)/+layout.svelte +++ b/tools/ui/src/routes/(chat)/+layout.svelte @@ -25,7 +25,7 @@ }); -
+
{#if showTabs} {/if}