Fix jump in suggested follows tab (Native)
parent
2acc88e78d
commit
bc64c86b12
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue