Merge branch 'fix-jump-in-suggested-follows-tabbar' of https://github.com/tarikfp/social-app into uiwork-reflow-issue

zio/stable
Paul Frazee 2023-12-02 17:52:21 -08:00
commit 07afcab6b2
1 changed files with 2 additions and 1 deletions

View File

@ -237,7 +237,7 @@ const styles = StyleSheet.create({
alignItems: 'center', alignItems: 'center',
}, },
layoutAvi: { layoutAvi: {
alignSelf: 'baseline', alignSelf: 'flex-start',
width: 54, width: 54,
paddingLeft: 4, paddingLeft: 4,
paddingTop: 10, paddingTop: 10,
@ -261,6 +261,7 @@ const styles = StyleSheet.create({
paddingLeft: 54, paddingLeft: 54,
paddingRight: 10, paddingRight: 10,
paddingBottom: 10, paddingBottom: 10,
paddingTop: 15,
}, },
pills: { pills: {
flexDirection: 'row', flexDirection: 'row',