diff options
author | Samuel Newman <mozzius@protonmail.com> | 2024-05-30 14:39:36 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-30 12:39:36 +0100 |
commit | 3bdceac2fb0a835d1709ad4558c9dcc2dfee6f25 (patch) | |
tree | 32da762b6ee2f30f287acbab8b48984360409835 /src/view/com/composer/ComposerReplyTo.tsx | |
parent | 76f860dad2c55b17fcbd4caf4d4a9297261b64e3 (diff) | |
download | voidsky-3bdceac2fb0a835d1709ad4558c9dcc2dfee6f25.tar.zst |
Composer - Use sheet presentation on iOS (#4278)
* use sheet presentation + tweak spacing * line up elements + add hitslop to cancel * fixing spacing on replies
Diffstat (limited to 'src/view/com/composer/ComposerReplyTo.tsx')
-rw-r--r-- | src/view/com/composer/ComposerReplyTo.tsx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/view/com/composer/ComposerReplyTo.tsx b/src/view/com/composer/ComposerReplyTo.tsx index 1bb4a5c21..902d60a46 100644 --- a/src/view/com/composer/ComposerReplyTo.tsx +++ b/src/view/com/composer/ComposerReplyTo.tsx @@ -223,8 +223,9 @@ const styles = StyleSheet.create({ flexDirection: 'row', alignItems: 'flex-start', borderBottomWidth: StyleSheet.hairlineWidth, - paddingTop: 16, + paddingTop: 4, paddingBottom: 16, + marginBottom: 12, }, replyToPost: { flex: 1, |