Small sizing tweaks to the web modal (#1568)
parent
72e3763446
commit
64410efafe
|
@ -266,7 +266,7 @@ const styles = StyleSheet.create({
|
||||||
paddingHorizontal: 12,
|
paddingHorizontal: 12,
|
||||||
paddingTop: 10,
|
paddingTop: 10,
|
||||||
fontSize: 16,
|
fontSize: 16,
|
||||||
height: 100,
|
height: 120,
|
||||||
textAlignVertical: 'top',
|
textAlignVertical: 'top',
|
||||||
},
|
},
|
||||||
btn: {
|
btn: {
|
||||||
|
|
|
@ -153,11 +153,11 @@ const styles = StyleSheet.create({
|
||||||
justifyContent: 'center',
|
justifyContent: 'center',
|
||||||
},
|
},
|
||||||
container: {
|
container: {
|
||||||
width: 500,
|
width: 600,
|
||||||
// @ts-ignore web only
|
// @ts-ignore web only
|
||||||
maxWidth: '100vw',
|
maxWidth: '100vw',
|
||||||
// @ts-ignore web only
|
// @ts-ignore web only
|
||||||
maxHeight: '100vh',
|
maxHeight: '90vh',
|
||||||
paddingVertical: 20,
|
paddingVertical: 20,
|
||||||
paddingHorizontal: 24,
|
paddingHorizontal: 24,
|
||||||
borderRadius: 8,
|
borderRadius: 8,
|
||||||
|
|
Loading…
Reference in New Issue