From 332dbc1bb4632e9fd1ffed6ea8566b8df8984f64 Mon Sep 17 00:00:00 2001 From: Elijah Seed-Arita Date: Tue, 29 Jul 2025 14:20:33 -0700 Subject: fix: small profile followup fixes (#8735) * fix: small profile followup fixes * fix: change platform-specific compensation for profileHeaderDisplayName marginBottom to target all native * fix: apply suggestion for consistent cross-platform profile username margin --- src/screens/Profile/Header/ProfileHeaderStandard.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/screens/Profile/Header/ProfileHeaderStandard.tsx') diff --git a/src/screens/Profile/Header/ProfileHeaderStandard.tsx b/src/screens/Profile/Header/ProfileHeaderStandard.tsx index 3a076ddf6..2f61ba4df 100644 --- a/src/screens/Profile/Header/ProfileHeaderStandard.tsx +++ b/src/screens/Profile/Header/ProfileHeaderStandard.tsx @@ -251,7 +251,7 @@ let ProfileHeaderStandard = ({ + style={[a.flex_col, a.gap_xs, a.pb_sm, live ? a.pt_sm : a.pt_2xs]}> {sanitizeDisplayName( profile.displayName || sanitizeHandle(profile.handle), -- cgit 1.4.1