diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-01-16 16:34:52 -0600 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-01-16 16:34:52 -0600 |
commit | 0c9ffd99d82219aa9e990f18b67f3a0965c305b2 (patch) | |
tree | 7e8cc17b56e483a954cbe9de6ffbcf35c8a6dff5 /src/view/com/post/Post.tsx | |
parent | 6d4431b777862c3608d256fc7b87ffdd701ef019 (diff) | |
download | voidsky-0c9ffd99d82219aa9e990f18b67f3a0965c305b2.tar.zst |
More spacing fixes, especially for the repost info
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 b451250e7..75ed84954 100644 --- a/src/view/com/post/Post.tsx +++ b/src/view/com/post/Post.tsx @@ -160,7 +160,7 @@ export const Post = observer(function Post({ timestamp={item.post.indexedAt} /> {replyHref !== '' && ( - <View style={[s.flexRow, s.mb5, {alignItems: 'center'}]}> + <View style={[s.flexRow, s.mb2, {alignItems: 'center'}]}> <FontAwesomeIcon icon="reply" size={9} |