diff options
author | tarikpnr <tarikdotcom@gmail.com> | 2023-11-08 17:07:32 +0300 |
---|---|---|
committer | tarikpnr <tarikdotcom@gmail.com> | 2023-11-08 17:07:32 +0300 |
commit | bc64c86b12408ed6fed6aecb8bfced06c2bfd94e (patch) | |
tree | 75102cd4b6d15e52fc086e5322c0969607df9c25 /src/view/com/profile/ProfileCard.tsx | |
parent | 2acc88e78df1c1f4c21bf9a333f3432781a64135 (diff) | |
download | voidsky-bc64c86b12408ed6fed6aecb8bfced06c2bfd94e.tar.zst |
Fix jump in suggested follows tab (Native)
Diffstat (limited to 'src/view/com/profile/ProfileCard.tsx')
-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', |