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 */} +
+
)}