diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/view/com/modals/EditProfile.tsx | 2 | ||||
-rw-r--r-- | src/view/com/modals/Modal.web.tsx | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/view/com/modals/EditProfile.tsx b/src/view/com/modals/EditProfile.tsx index 3db8d82d8..620aad9fc 100644 --- a/src/view/com/modals/EditProfile.tsx +++ b/src/view/com/modals/EditProfile.tsx @@ -266,7 +266,7 @@ const styles = StyleSheet.create({ paddingHorizontal: 12, paddingTop: 10, fontSize: 16, - height: 100, + height: 120, textAlignVertical: 'top', }, btn: { diff --git a/src/view/com/modals/Modal.web.tsx b/src/view/com/modals/Modal.web.tsx index 7548fb806..685d9abe1 100644 --- a/src/view/com/modals/Modal.web.tsx +++ b/src/view/com/modals/Modal.web.tsx @@ -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, |