From 1052f2695f03eb841897ca845c9685322aa056d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Mon, 5 Oct 2020 13:29:14 -0400 Subject: [PATCH] feat: https://github.com/NodeBB/NodeBB/issues/8717 --- less/topic.less | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/less/topic.less b/less/topic.less index e057d6e..528ad73 100644 --- a/less/topic.less +++ b/less/topic.less @@ -5,7 +5,7 @@ h1 { line-height: 40px; - margin-bottom: 10px; + margin-bottom: 0px; .topic-title { word-wrap: break-word; @@ -44,7 +44,7 @@ } [component="topic/browsing-users"] { - margin-bottom: -15px; + margin-bottom: -5px; } .topic-header { position: sticky; @@ -56,8 +56,9 @@ .topic-info { border-bottom: 1px solid @post-border-color; margin-bottom: 10px; + padding-bottom: 10px; > * { - padding-bottom: 10px; + padding-top: 10px; } } .category-item {