From cb3e62754afabfea39ae2f02f3138189b460b293 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Wed, 25 Nov 2020 19:52:18 -0500 Subject: [PATCH] fix: nested replies --- less/topic.less | 2 +- templates/partials/topic/post.tpl | 11 +++++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/less/topic.less b/less/topic.less index cc40f68..50e5770 100644 --- a/less/topic.less +++ b/less/topic.less @@ -601,7 +601,7 @@ } [component="post"] { - &.topic-owner-post .post-header .avatar { + &.topic-owner-post>.post-header .avatar { -webkit-box-shadow: 0px 0px 4px 3px @brand-primary; -moz-box-shadow: 0px 0px 4px 3px @brand-primary; box-shadow: 0px 0px 4px 3px @brand-primary; diff --git a/templates/partials/topic/post.tpl b/templates/partials/topic/post.tpl index 4b429fc..2d744ff 100644 --- a/templates/partials/topic/post.tpl +++ b/templates/partials/topic/post.tpl @@ -53,13 +53,14 @@ {posts.content} -
- + \ No newline at end of file