about summary refs log tree commit diff
path: root/src/view/com/lists/ListItems.tsx
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-06-30 11:35:29 -0500
committerGitHub <noreply@github.com>2023-06-30 11:35:29 -0500
commited5a88d9d807c471a548bd9f23e0dcbf60c6cf6e (patch)
treeba8c469b64de1b0dc8bbe51a5fa698e5d21df4f8 /src/view/com/lists/ListItems.tsx
parent48844aa4c7690e1e89122e016a3b1ceadca2fdc7 (diff)
downloadvoidsky-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/lists/ListItems.tsx')
-rw-r--r--src/view/com/lists/ListItems.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/view/com/lists/ListItems.tsx b/src/view/com/lists/ListItems.tsx
index 47fa4a943..289ba000b 100644
--- a/src/view/com/lists/ListItems.tsx
+++ b/src/view/com/lists/ListItems.tsx
@@ -347,6 +347,7 @@ const styles = StyleSheet.create({
     borderTopWidth: 1,
   },
   headerDescription: {
+    flex: 1,
     marginTop: 8,
   },
   headerBtns: {