Small sizing tweaks to the web modal (#1568)
This commit is contained in:
parent
72e3763446
commit
64410efafe
2 changed files with 3 additions and 3 deletions
|
@ -153,11 +153,11 @@ const styles = StyleSheet.create({
|
|||
justifyContent: 'center',
|
||||
},
|
||||
container: {
|
||||
width: 500,
|
||||
width: 600,
|
||||
// @ts-ignore web only
|
||||
maxWidth: '100vw',
|
||||
// @ts-ignore web only
|
||||
maxHeight: '100vh',
|
||||
maxHeight: '90vh',
|
||||
paddingVertical: 20,
|
||||
paddingHorizontal: 24,
|
||||
borderRadius: 8,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue