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 {