mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-23 18:17:44 +02:00
The inbox row used px-3 inside the px-2 list container (20px content inset) while the chat thread row uses px-2 (16px), so switching between the Chat and Inbox pages made the avatar column visibly jump. Align the inbox row to px-2, which also lines the avatars up with the shared PageHeader title (px-4 = 16px) and matches the row convention used elsewhere. Update the two loading-skeleton rows (px-4) to match so the list no longer shifts when real rows load in. Closes MUL-4396 Co-authored-by: Lambda <lambda@multica.ai> Co-authored-by: multica-agent <github@multica.ai>