equal spacing on displayname/handle (#5636)
This commit is contained in:
@@ -232,7 +232,7 @@ let ProfileHeaderLabeler = ({
|
|||||||
) : null}
|
) : null}
|
||||||
<ProfileMenu profile={profile} />
|
<ProfileMenu profile={profile} />
|
||||||
</View>
|
</View>
|
||||||
<View style={[a.flex_col, a.gap_xs, a.pb_md]}>
|
<View style={[a.flex_col, a.gap_2xs, a.pt_2xs, a.pb_md]}>
|
||||||
<ProfileHeaderDisplayName profile={profile} moderation={moderation} />
|
<ProfileHeaderDisplayName profile={profile} moderation={moderation} />
|
||||||
<ProfileHeaderHandle profile={profile} />
|
<ProfileHeaderHandle profile={profile} />
|
||||||
</View>
|
</View>
|
||||||
|
|||||||
@@ -225,7 +225,7 @@ let ProfileHeaderStandard = ({
|
|||||||
) : null}
|
) : null}
|
||||||
<ProfileMenu profile={profile} />
|
<ProfileMenu profile={profile} />
|
||||||
</View>
|
</View>
|
||||||
<View style={[a.flex_col, a.gap_xs, a.pb_sm]}>
|
<View style={[a.flex_col, a.gap_2xs, a.pt_2xs, a.pb_sm]}>
|
||||||
<ProfileHeaderDisplayName profile={profile} moderation={moderation} />
|
<ProfileHeaderDisplayName profile={profile} moderation={moderation} />
|
||||||
<ProfileHeaderHandle profile={profile} />
|
<ProfileHeaderHandle profile={profile} />
|
||||||
</View>
|
</View>
|
||||||
|
|||||||
Reference in New Issue
Block a user