From 817dfe0520db10bd68eaf45dafcb178600bee5de Mon Sep 17 00:00:00 2001 From: "Rodrigo Rodriguez (Pragmatismo)" Date: Wed, 15 Apr 2026 08:07:09 -0300 Subject: [PATCH] fix: Fix message ordering and layout - align messages correctly --- ui/suite/chat/chat.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ui/suite/chat/chat.css b/ui/suite/chat/chat.css index c379ffc..4a547ea 100644 --- a/ui/suite/chat/chat.css +++ b/ui/suite/chat/chat.css @@ -134,6 +134,8 @@ scrollbar-width: thin; scrollbar-color: var(--accent, #3b82f6) var(--surface, #1a1a24); scroll-behavior: smooth; + justify-content: flex-start; + align-items: stretch; } /* Enhanced custom scrollbar */