From 0af04eebd2e9cf91f734c7899eab7686582bc082 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Wed, 25 Mar 2026 21:52:27 -0500 Subject: [PATCH] Reposition profile status speech bubble closer to banner edge with diagonal tail --- src/pages/ProfilePage.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/ProfilePage.tsx b/src/pages/ProfilePage.tsx index b3fb8eb8..1b0a75c2 100644 --- a/src/pages/ProfilePage.tsx +++ b/src/pages/ProfilePage.tsx @@ -2001,7 +2001,7 @@ type EditableTab = { label: string; isCore: boolean; tab?: ProfileTab }; {/* NIP-38 thought bubble — floats beside the avatar over the banner */} {feedSettings.showUserStatuses !== false && profileStatus.status && ( -
+

{profileStatus.url ? ( @@ -2012,9 +2012,9 @@ type EditableTab = { label: string; isCore: boolean; tab?: ProfileTab }; profileStatus.status )}

- {/* Speech bubble triangle tail — slightly angled toward avatar */} -
-
+ {/* Speech bubble triangle tail — bottom-left corner, points diagonally down-left toward avatar */} +
+
)}