Fix some bugs in tablet mode
This commit is contained in:
committed by
Samuel Newman
parent
4d83452a92
commit
f5ed391146
@@ -73,9 +73,9 @@ const styles = StyleSheet.create({
|
|||||||
alignItems: 'center',
|
alignItems: 'center',
|
||||||
justifyContent: 'center',
|
justifyContent: 'center',
|
||||||
},
|
},
|
||||||
|
// @ts-ignore web only
|
||||||
loadLatestInline: isWeb
|
loadLatestInline: isWeb
|
||||||
? {
|
? {
|
||||||
// @ts-ignore web only
|
|
||||||
left: 'calc(50vw - 282px)',
|
left: 'calc(50vw - 282px)',
|
||||||
}
|
}
|
||||||
: {},
|
: {},
|
||||||
|
|||||||
Reference in New Issue
Block a user