From d76b03bf3f2a6ff87e4d34493978877c83f4089f Mon Sep 17 00:00:00 2001 From: "Tom (plebeius.eth)" Date: Fri, 19 Jul 2024 18:06:00 +0200 Subject: [PATCH] style: fix avatars --- src/components/post-desktop/post-desktop.tsx | 6 +++++- src/components/post-mobile/post-mobile.tsx | 6 +++++- src/views/post/post.module.css | 13 ++++++++----- 3 files changed, 18 insertions(+), 7 deletions(-) diff --git a/src/components/post-desktop/post-desktop.tsx b/src/components/post-desktop/post-desktop.tsx index 11016b5d..6cf66665 100644 --- a/src/components/post-desktop/post-desktop.tsx +++ b/src/components/post-desktop/post-desktop.tsx @@ -100,7 +100,11 @@ const PostInfo = ({ openReplyModal, post, postReplyCount = 0, roles, isHidden }: {!(isDescription || isRules) && ( <> - {isReply && author?.avatar && } + {isReply && author?.avatar && ( + <> + {' '} + + )} (u/ {!(isDescription || isRules) && ( <> - {isReply && author?.avatar && } + {isReply && author?.avatar && ( + <> + {' '} + + )} (u/