diff options
-rw-r--r-- | src/view/com/profile/ProfileCard.tsx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/view/com/profile/ProfileCard.tsx b/src/view/com/profile/ProfileCard.tsx index f7340fd6f..60dda6798 100644 --- a/src/view/com/profile/ProfileCard.tsx +++ b/src/view/com/profile/ProfileCard.tsx @@ -223,7 +223,7 @@ const styles = StyleSheet.create({ alignItems: 'center', }, layoutAvi: { - alignSelf: 'baseline', + alignSelf: 'flex-start', width: 54, paddingLeft: 4, paddingTop: 10, @@ -247,6 +247,7 @@ const styles = StyleSheet.create({ paddingLeft: 54, paddingRight: 10, paddingBottom: 10, + paddingTop: 15, }, pills: { flexDirection: 'row', |