diff --git a/src/view/com/modals/EditProfile.tsx b/src/view/com/modals/EditProfile.tsx index 3db8d82d80..620aad9fcb 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 7548fb806b..685d9abe11 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,