diff options
author | Paul Frazee <pfrazee@gmail.com> | 2022-11-18 11:37:12 -0600 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2022-11-18 11:37:12 -0600 |
commit | 2f9dd131f9d2db2e5d66c20f1ff576f292cdd46a (patch) | |
tree | 0b366d5bd1874622aef5c2f4567b37087dd5fa47 /src/view/com/post/Post.tsx | |
parent | 5efd0a5b7eaf3ec274010e3bb5ad3845f855ba71 (diff) | |
download | voidsky-2f9dd131f9d2db2e5d66c20f1ff576f292cdd46a.tar.zst |
Spacing and sizing fixes
Diffstat (limited to 'src/view/com/post/Post.tsx')
-rw-r--r-- | src/view/com/post/Post.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/post/Post.tsx b/src/view/com/post/Post.tsx index 005ea8c7f..a5c084570 100644 --- a/src/view/com/post/Post.tsx +++ b/src/view/com/post/Post.tsx @@ -189,12 +189,12 @@ const styles = StyleSheet.create({ flexDirection: 'row', alignItems: 'center', flexWrap: 'wrap', + minHeight: 36, paddingBottom: 8, }, postText: { fontFamily: 'Helvetica Neue', fontSize: 17, lineHeight: 22.1, // 1.3 of 17px - minHeight: 28, }, }) |