From: Dessalines Date: Sun, 18 Aug 2019 05:04:17 +0000 (-0700) Subject: more styles 2. X-Git-Url: http://these/git/?a=commitdiff_plain;h=0162af30c712ce99467b61b067823276c94ec500;p=lemmy.git more styles 2. --- diff --git a/ui/src/components/comment-node.tsx b/ui/src/components/comment-node.tsx index 45703945..b90c2b9a 100644 --- a/ui/src/components/comment-node.tsx +++ b/ui/src/components/comment-node.tsx @@ -70,7 +70,7 @@ export class CommentNode extends Component { -
+
  • {node.comment.creator_name} diff --git a/ui/src/css/main.css b/ui/src/css/main.css index ef562171..57e1cb35 100644 --- a/ui/src/css/main.css +++ b/ui/src/css/main.css @@ -59,12 +59,7 @@ body, .text-white, .navbar-brand, .badge-light, .btn-secondary { height: auto; } -.listing { - /* min-height: 61px; */ - margin-bottom: 10px; -} - -.details { +.listing, .comment-node { margin-bottom: 10px; }