diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-06-30 11:35:29 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-30 11:35:29 -0500 |
commit | ed5a88d9d807c471a548bd9f23e0dcbf60c6cf6e (patch) | |
tree | ba8c469b64de1b0dc8bbe51a5fa698e5d21df4f8 /src/view/com/profile/ProfileHeader.tsx | |
parent | 48844aa4c7690e1e89122e016a3b1ceadca2fdc7 (diff) | |
download | voidsky-ed5a88d9d807c471a548bd9f23e0dcbf60c6cf6e.tar.zst |
[APP-718] Improvements and fixes to language handling (#931)
* Add locale helpers for narrowing languages * Add a translate link to posts in a different language * Update language filtering to use narrowing when multiple declared * Fix a few more RTL layout cases * Fix types
Diffstat (limited to 'src/view/com/profile/ProfileHeader.tsx')
-rw-r--r-- | src/view/com/profile/ProfileHeader.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/view/com/profile/ProfileHeader.tsx b/src/view/com/profile/ProfileHeader.tsx index 0ad6b2eb7..b142e7616 100644 --- a/src/view/com/profile/ProfileHeader.tsx +++ b/src/view/com/profile/ProfileHeader.tsx @@ -609,6 +609,7 @@ const styles = StyleSheet.create({ }, description: { + flex: 1, marginBottom: 8, }, |