From 47248676ff6db70c4db00c866e13840c3299de36 Mon Sep 17 00:00:00 2001 From: Adam Malczewski Date: Sat, 27 Jun 2026 17:13:45 +0900 Subject: fix(sidebar-tabs): align chat scrollbar with composer instead of flush against sidebar --- src/app/App.svelte | 2 +- src/features/chat/ui/ChatView.svelte | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/App.svelte b/src/app/App.svelte index 9926824..2bcf346 100644 --- a/src/app/App.svelte +++ b/src/app/App.svelte @@ -499,7 +499,7 @@ {/if} -
+
{#key store.activeConversationId} diff --git a/src/features/chat/ui/ChatView.svelte b/src/features/chat/ui/ChatView.svelte index e72f639..b49f7b4 100644 --- a/src/features/chat/ui/ChatView.svelte +++ b/src/features/chat/ui/ChatView.svelte @@ -210,7 +210,7 @@ {/if} {/snippet} -
+
{#if hasEarlier && onShowEarlier}
-- cgit v1.2.3