From 8e91be4b6b3ae429b43f9767ef1f2116bbc406cf Mon Sep 17 00:00:00 2001 From: Shakker Date: Sat, 11 Jul 2026 19:08:11 +0100 Subject: [PATCH] fix: align direct messages within the chat frame --- ui/src/styles/chat/grouped.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/styles/chat/grouped.css b/ui/src/styles/chat/grouped.css index 18f194ecf943..0615c7661434 100644 --- a/ui/src/styles/chat/grouped.css +++ b/ui/src/styles/chat/grouped.css @@ -326,7 +326,7 @@ img.chat-avatar { } .chat-thread--direct .chat-group { - margin-left: 8px; + margin-inline: 0; } .chat-thread--direct .chat-group.assistant .chat-group-messages {