Merge branch 'fix-jump-in-suggested-follows-tabbar' of https://github.com/tarikfp/social-app into uiwork-reflow-issue
commit
07afcab6b2
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue