diff --git a/src/components/post-desktop/post-desktop.tsx b/src/components/post-desktop/post-desktop.tsx
index 861d93b9..7e3fd8b6 100644
--- a/src/components/post-desktop/post-desktop.tsx
+++ b/src/components/post-desktop/post-desktop.tsx
@@ -474,7 +474,7 @@ const PostDesktop = ({ openReplyModal, post, roles, showAllReplies, showReplies
)}
{!isInPostPageView && !isDescription && !isRules && showReplies && (
-
+
)}
diff --git a/src/views/post/post.module.css b/src/views/post/post.module.css
index 09c314f6..0bc3987c 100644
--- a/src/views/post/post.module.css
+++ b/src/views/post/post.module.css
@@ -29,6 +29,10 @@
float: left;
}
+.hideButtonWrapperNoImage {
+ height: 25px !important;
+}
+
.postDesktop .hideButton {
background-repeat: no-repeat;
background-position: center;