From a4372d7b098802c818c31b8b58a818739dc9806c Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Fri, 23 Oct 2020 16:24:42 -0400 Subject: [PATCH] fix: nodebb/nodebb#8782 --- less/topic.less | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/less/topic.less b/less/topic.less index 58ba7d5..5669612 100644 --- a/less/topic.less +++ b/less/topic.less @@ -150,6 +150,16 @@ [component="post/upvote"], [component="post/downvote"] { color: @gray-light; + display: inline-block; + padding: 1rem; + + &:first-child { + padding-right: 0.5rem; + } + + &:last-child { + padding-left: 0.5rem; + } &:focus { text-decoration: none; @@ -160,6 +170,11 @@ color: @brand-primary; } + [component="post/vote-count"] { + display: inline-block; + padding: 1rem 0.5rem; + } + [component="post/parent"] { border: 0; font-size: 10px;