From: Dessalines Date: Thu, 29 Aug 2019 04:57:38 +0000 (-0700) Subject: Better margins. X-Git-Url: http://these/git/?a=commitdiff_plain;h=68dbac1fc73c02c40bcb5862517be00934d1afe4;p=lemmy.git Better margins. --- diff --git a/ui/src/components/comment-node.tsx b/ui/src/components/comment-node.tsx index ef231d4b..f26275c8 100644 --- a/ui/src/components/comment-node.tsx +++ b/ui/src/components/comment-node.tsx @@ -65,7 +65,7 @@ export class CommentNode extends Component { let node = this.props.node; return (
-
+
diff --git a/ui/src/components/post-listing.tsx b/ui/src/components/post-listing.tsx index b513d077..e3b6e76a 100644 --- a/ui/src/components/post-listing.tsx +++ b/ui/src/components/post-listing.tsx @@ -59,7 +59,7 @@ export class PostListing extends Component { let post = this.props.post; return (
-
+
diff --git a/ui/src/css/main.css b/ui/src/css/main.css index 536cbc64..621a5fb7 100644 --- a/ui/src/css/main.css +++ b/ui/src/css/main.css @@ -68,7 +68,7 @@ body, .text-white, .navbar-brand, .badge-light, .btn-secondary { } .vote-bar { - margin-top: -4.5px; + margin-top: -6.5px; } .post-title {