diff --git a/src/components/post/post.module.css b/src/components/post/post.module.css index d8844569..25b83eea 100644 --- a/src/components/post/post.module.css +++ b/src/components/post/post.module.css @@ -122,6 +122,11 @@ color: var(--post-menu-button-color-hover); } +.postDesktop .spacer { + width: 100%; + padding: 5px; +} + .postDesktop .postMessage, .replyDesktop .postMessage { padding: 1em 40px; } diff --git a/src/components/post/post.tsx b/src/components/post/post.tsx index 8fc7859e..ccddc3c5 100644 --- a/src/components/post/post.tsx +++ b/src/components/post/post.tsx @@ -128,6 +128,7 @@ const PostDesktop = ({ post }: Comment) => { + {!content && !link &&
} {content && (