An ATproto social media client -- with an independent Appview.

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

authored by

Elijah Seed-Arita and committed by
GitHub
332dbc1b bc78fb22

+3 -2
+2 -1
src/screens/Profile/Header/ProfileHeaderStandard.tsx
··· 251 251 <ProfileMenu profile={profile} /> 252 252 </View> 253 253 <View 254 - style={[a.flex_col, a.gap_sm, a.pb_sm, live ? a.pt_sm : a.pt_2xs]}> 254 + style={[a.flex_col, a.gap_xs, a.pb_sm, live ? a.pt_sm : a.pt_2xs]}> 255 255 <View style={[a.flex_row, a.align_center, a.gap_xs, a.flex_1]}> 256 256 <Text 257 257 emoji ··· 261 261 gtMobile ? a.text_4xl : a.text_3xl, 262 262 a.self_start, 263 263 a.font_heavy, 264 + a.leading_tight, 264 265 ]}> 265 266 {sanitizeDisplayName( 266 267 profile.displayName || sanitizeHandle(profile.handle),
+1 -1
src/screens/Profile/Header/Shell.tsx
··· 281 281 aviPosition: { 282 282 position: 'absolute', 283 283 top: 104, 284 - left: 16, 284 + left: 10, 285 285 }, 286 286 avi: { 287 287 width: 94,