diff --git a/desktop/src/features/channels/lib/threadFocusLayout.ts b/desktop/src/features/channels/lib/threadFocusLayout.ts index f14f3399b..f0b40348d 100644 --- a/desktop/src/features/channels/lib/threadFocusLayout.ts +++ b/desktop/src/features/channels/lib/threadFocusLayout.ts @@ -24,7 +24,7 @@ export const THREAD_FOCUS_SLIVER_WIDTH_PX = 72; * with auto horizontal margins so the reading measure stays comfortable no * matter how wide the window gets. */ -export const THREAD_FOCUS_COLUMN_MAX_WIDTH_PX = 880; +export const THREAD_FOCUS_COLUMN_MAX_WIDTH_PX = 820; /** * Horizontal distance the focus drawer travels on enter/exit. diff --git a/desktop/src/features/home/ui/InboxListPane.tsx b/desktop/src/features/home/ui/InboxListPane.tsx index 17b06bf28..446cd3a65 100644 --- a/desktop/src/features/home/ui/InboxListPane.tsx +++ b/desktop/src/features/home/ui/InboxListPane.tsx @@ -13,6 +13,7 @@ import { DraftsPanel, type DraftViewItem, } from "@/features/messages/ui/DraftsPanel"; +import { MessageAuthorText } from "@/features/messages/ui/MessageHeader"; import { UserProfilePopover } from "@/features/profile/ui/UserProfilePopover"; import type { Reminder } from "@/features/reminders/lib/reminderTypes"; import { isDue } from "@/features/reminders/lib/reminderFilters"; @@ -351,7 +352,7 @@ export function InboxListPane({
- + {item.senderLabel} - + @@ -402,14 +403,14 @@ export function InboxListPane({
-

+

{hoverTimestampLabel}

@@ -175,18 +182,18 @@ export function InboxMessageRow({
)} -
+
{isContinuation ? null : ( -
+ - + {message.authorLabel} - + {message.isAgent ? ( ) : null} -

+

{message.fullTimestampLabel}

-
+ )} -
+
@@ -19,30 +17,22 @@ export function MessageAgentOwner({ {ownerPubkey && ownerLabel ? ( <> -