From b8ab064fcc133e0c98394a13e73273db2cc80c40 Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Mon, 16 Jan 2023 16:34:52 -0600 Subject: [PATCH] More spacing fixes, especially for the repost info --- src/view/com/post/Post.tsx | 2 +- src/view/com/posts/FeedItem.tsx | 13 ++++++++----- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/src/view/com/post/Post.tsx b/src/view/com/post/Post.tsx index b451250e70..75ed849546 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 !== '' && ( - + - - + + Reposted by{' '} {item.reasonRepost.by.displayName || item.reasonRepost.by.handle} @@ -183,7 +186,7 @@ export const FeedItem = observer(function ({ timestamp={item.post.indexedAt} /> {!isChild && replyHref !== '' && ( - +