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/features/chat/ui/ChatView.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/features/chat/ui') 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