From 68dbac1fc73c02c40bcb5862517be00934d1afe4 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Wed, 28 Aug 2019 21:57:38 -0700 Subject: [PATCH] Better margins. --- ui/src/components/comment-node.tsx | 2 +- ui/src/components/post-listing.tsx | 2 +- ui/src/css/main.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ui/src/components/comment-node.tsx b/ui/src/components/comment-node.tsx index ef231d4bb..f26275c8d 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 b513d0777..e3b6e76a9 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 536cbc647..621a5fb74 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 {