]> Untitled Git - lemmy.git/commitdiff
Increasing comment margins. Fixes #826
authorDessalines <tyhou13@gmx.com>
Mon, 22 Jun 2020 22:44:06 +0000 (18:44 -0400)
committerDessalines <tyhou13@gmx.com>
Mon, 22 Jun 2020 22:44:06 +0000 (18:44 -0400)
ui/src/components/comment-node.tsx

index 673a0e77006e980dabe8ec0bdd3824736d662278..4d29fe173208a4753c7e91279836c91f5a5070c4 100644 (file)
@@ -132,7 +132,7 @@ export class CommentNode extends Component<CommentNodeProps, CommentNodeState> {
       >
         <div
           id={`comment-${node.comment.id}`}
-          className={`details comment-node border-top border-light ${
+          className={`details comment-node border-top border-light py-2 ${
             this.isCommentNew ? 'mark' : ''
           }`}
           style={
@@ -148,7 +148,7 @@ export class CommentNode extends Component<CommentNodeProps, CommentNodeState> {
               'ml-2'
             }`}
           >
-            <div class="d-flex flex-wrap align-items-center mb-1 mt-1 text-muted small">
+            <div class="d-flex flex-wrap align-items-center text-muted small">
               <span class="mr-2">
                 <UserListing
                   user={{