summaryrefslogtreecommitdiffstats
path: root/webapp/sass/layout/_post.scss
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/sass/layout/_post.scss')
-rw-r--r--webapp/sass/layout/_post.scss18
1 files changed, 18 insertions, 0 deletions
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;