diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-12-02 17:52:21 -0800 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-12-02 17:52:21 -0800 |
commit | 07afcab6b2eb1a58907bab97578a00649419c756 (patch) | |
tree | 4c2f0c3f323f0a6ecbe9af1cfa209eae9305ac3f /src | |
parent | 2698a6b50b43140f68d3e8533cde49a66c2d9468 (diff) | |
parent | bc64c86b12408ed6fed6aecb8bfced06c2bfd94e (diff) | |
download | voidsky-07afcab6b2eb1a58907bab97578a00649419c756.tar.zst |
Merge branch 'fix-jump-in-suggested-follows-tabbar' of https://github.com/tarikfp/social-app into uiwork-reflow-issue
Diffstat (limited to 'src')
-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 279e00d75..b14f2833b 100644 --- a/src/view/com/profile/ProfileCard.tsx +++ b/src/view/com/profile/ProfileCard.tsx @@ -237,7 +237,7 @@ const styles = StyleSheet.create({ alignItems: 'center', }, layoutAvi: { - alignSelf: 'baseline', + alignSelf: 'flex-start', width: 54, paddingLeft: 4, paddingTop: 10, @@ -261,6 +261,7 @@ const styles = StyleSheet.create({ paddingLeft: 54, paddingRight: 10, paddingBottom: 10, + paddingTop: 15, }, pills: { flexDirection: 'row', |