Fix some bugs in tablet mode

This commit is contained in:
Paul Frazee
2023-09-28 13:42:38 -07:00
committed by Samuel Newman
parent 4d83452a92
commit f5ed391146
@@ -73,9 +73,9 @@ const styles = StyleSheet.create({
alignItems: 'center',
justifyContent: 'center',
},
// @ts-ignore web only
loadLatestInline: isWeb
? {
// @ts-ignore web only
left: 'calc(50vw - 282px)',
}
: {},