From 72351c8ef8557c83b130568724fc2d6ff3acd454 Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Thu, 4 May 2017 23:25:12 +0500 Subject: PLT-6297 - Pinned label overlapping on heading (#6324) * PLT-6297 - Pinned label overlapping on heading * PLT-6500 - Fixing mention badge styling --- webapp/sass/layout/_post.scss | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'webapp/sass/layout/_post.scss') diff --git a/webapp/sass/layout/_post.scss b/webapp/sass/layout/_post.scss index 5f308fbd7..4985e3cba 100644 --- a/webapp/sass/layout/_post.scss +++ b/webapp/sass/layout/_post.scss @@ -904,6 +904,24 @@ } &.same--root { + &.post--pinned { + h1, + h2 { + &:first-child { + margin-top: 15px; + } + } + + h3, + h4, + h5, + h6 { + &:first-child { + margin-top: 20px; + } + } + } + &.same--user { padding: 0 .5em 0 1em; -- cgit v1.2.3-1-g7c22