about summary refs log tree commit diff
path: root/src/view/com/post/Post.tsx
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-01-16 16:34:52 -0600
committerPaul Frazee <pfrazee@gmail.com>2023-01-16 16:34:52 -0600
commit0c9ffd99d82219aa9e990f18b67f3a0965c305b2 (patch)
tree7e8cc17b56e483a954cbe9de6ffbcf35c8a6dff5 /src/view/com/post/Post.tsx
parent6d4431b777862c3608d256fc7b87ffdd701ef019 (diff)
downloadvoidsky-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.tsx2
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}