From d117c910f71b34b52359221578521f5bbc73b981 Mon Sep 17 00:00:00 2001 From: Guilhem Lemouel Date: Tue, 8 Sep 2026 13:01:21 +0200 Subject: [PATCH] fix(ai-chat): run the flow chat's sidebar divider to the bottom of the panel The bottom padding sat on the flex row holding both the sidebar and the chat, so the row's content box ended above the panel and the sidebar's right border stopped with it. Only the chat needs that padding. Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_01QN7VboDEm9HAB1t4sMxMdE --- .../flows/conversations/FlowChat.svelte | 27 ++++++++++--------- 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/frontend/src/lib/components/flows/conversations/FlowChat.svelte b/frontend/src/lib/components/flows/conversations/FlowChat.svelte index 3e9d82423a..0c1a0062ef 100644 --- a/frontend/src/lib/components/flows/conversations/FlowChat.svelte +++ b/frontend/src/lib/components/flows/conversations/FlowChat.svelte @@ -85,19 +85,22 @@ -
+ The column's max width and side padding come from AIChatDisplay itself. --> +
{#if !hideSidebar} {/if} - + +
+ +