diff options
author | Paul Frazee <pfrazee@gmail.com> | 2022-09-09 11:29:46 -0500 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2022-09-09 11:29:46 -0500 |
commit | 44c85bbc56f50255ab65ed9e9478f70c03213e8c (patch) | |
tree | 03ec82e62f7989375c74df80252350831d6809d8 /src/view/com/post/Post.tsx | |
parent | effe3d6b59bcbc2288528021ba73f1596bcf8a1c (diff) | |
download | voidsky-44c85bbc56f50255ab65ed9e9478f70c03213e8c.tar.zst |
UI 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 3dd5c0047..7ccbbcf36 100644 --- a/src/view/com/post/Post.tsx +++ b/src/view/com/post/Post.tsx @@ -182,7 +182,7 @@ const styles = StyleSheet.create({ paddingRight: 5, }, postText: { - paddingBottom: 5, + paddingBottom: 8, }, ctrls: { flexDirection: 'row', |