Fix positioning of the load more button (#502)
parent
22884b53ad
commit
f2fe4abdce
|
@ -39,7 +39,7 @@ const styles = StyleSheet.create({
|
||||||
left: '50vw',
|
left: '50vw',
|
||||||
// @ts-ignore web only -prf
|
// @ts-ignore web only -prf
|
||||||
transform: 'translateX(-50%)',
|
transform: 'translateX(-50%)',
|
||||||
top: 30,
|
top: 60,
|
||||||
shadowColor: '#000',
|
shadowColor: '#000',
|
||||||
shadowOpacity: 0.2,
|
shadowOpacity: 0.2,
|
||||||
shadowOffset: {width: 0, height: 2},
|
shadowOffset: {width: 0, height: 2},
|
||||||
|
|
Loading…
Reference in New Issue