Fix positioning of load more btn on web

This commit is contained in:
Paul Frazee
2023-04-11 18:34:44 -07:00
parent 0b98f8d7a0
commit 33f5ebf2de
+3 -1
View File
@@ -31,7 +31,9 @@ const styles = StyleSheet.create({
loadLatest: {
flexDirection: 'row',
position: 'absolute',
left: 'calc(50vw - 80px)',
left: '50vw',
// @ts-ignore web only -prf
transform: 'translateX(-50%)',
top: 30,
shadowColor: '#000',
shadowOpacity: 0.2,