From 3efe5bac170a6638aa34f2df1e11b275af27bcdb Mon Sep 17 00:00:00 2001 From: Jiayuan Zhang Date: Thu, 9 Jul 2026 02:29:21 +0800 Subject: [PATCH] fix(views): restore chat and inbox list gutters (#5120) Co-authored-by: Lambda Co-authored-by: multica-agent --- packages/views/chat/chat-page.tsx | 4 ++-- packages/views/inbox/components/inbox-page.tsx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/views/chat/chat-page.tsx b/packages/views/chat/chat-page.tsx index 7e110612ff..3b544d0b31 100644 --- a/packages/views/chat/chat-page.tsx +++ b/packages/views/chat/chat-page.tsx @@ -133,7 +133,7 @@ export function ChatPage() { ); const listHeader = ( - +

{t(($) => $.page.title)}

@@ -142,7 +142,7 @@ export function ChatPage() { ); const listBody = ( -
+
+

{t(($) => $.page.title)}

{unreadCount > 0 && ( @@ -273,7 +273,7 @@ export function InboxPage() {

{t(($) => $.list.empty)}

) : ( -
+
{items.map((item) => (