Bluesky app fork with some witchin' additions 💫

equal spacing on displayname/handle (#5636)

authored by samuel.fm and committed by

GitHub 8d80f134 c3650962

+2 -2
+1 -1
src/screens/Profile/Header/ProfileHeaderLabeler.tsx
··· 232 232 ) : null} 233 233 <ProfileMenu profile={profile} /> 234 234 </View> 235 - <View style={[a.flex_col, a.gap_xs, a.pb_md]}> 235 + <View style={[a.flex_col, a.gap_2xs, a.pt_2xs, a.pb_md]}> 236 236 <ProfileHeaderDisplayName profile={profile} moderation={moderation} /> 237 237 <ProfileHeaderHandle profile={profile} /> 238 238 </View>
+1 -1
src/screens/Profile/Header/ProfileHeaderStandard.tsx
··· 225 225 ) : null} 226 226 <ProfileMenu profile={profile} /> 227 227 </View> 228 - <View style={[a.flex_col, a.gap_xs, a.pb_sm]}> 228 + <View style={[a.flex_col, a.gap_2xs, a.pt_2xs, a.pb_sm]}> 229 229 <ProfileHeaderDisplayName profile={profile} moderation={moderation} /> 230 230 <ProfileHeaderHandle profile={profile} /> 231 231 </View>