diff options
author | Paul Frazee <pfrazee@gmail.com> | 2022-12-19 19:12:43 -0600 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2022-12-19 19:12:43 -0600 |
commit | c9b209c6fd19daf2589bc69afec1c6c5cf20a9ac (patch) | |
tree | 6abe8faecf16437a1ec165736b752bc8af5e56ac /src/view/com/post/Post.tsx | |
parent | 3ae5f2886b5832e1653f5a6a9529c0ac2fc47208 (diff) | |
download | voidsky-c9b209c6fd19daf2589bc69afec1c6c5cf20a9ac.tar.zst |
Tighten up the home feed
Diffstat (limited to 'src/view/com/post/Post.tsx')
-rw-r--r-- | src/view/com/post/Post.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/view/com/post/Post.tsx b/src/view/com/post/Post.tsx index 814ab4cb6..a2911162a 100644 --- a/src/view/com/post/Post.tsx +++ b/src/view/com/post/Post.tsx @@ -223,7 +223,6 @@ const styles = StyleSheet.create({ flexDirection: 'row', alignItems: 'center', flexWrap: 'wrap', - minHeight: 36, paddingBottom: 8, }, postText: { |