From 44c85bbc56f50255ab65ed9e9478f70c03213e8c Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Fri, 9 Sep 2022 11:29:46 -0500 Subject: UI sizing fixes --- src/view/com/post/Post.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/view/com/post/Post.tsx') 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', -- cgit 1.4.1