From 4b2843ee9d513a6b464e1e581e9cee8baaaa4317 Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Fri, 6 May 2016 11:45:19 +0500 Subject: Improvements to reply (#2905) --- webapp/sass/layout/_post.scss | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'webapp/sass/layout/_post.scss') diff --git a/webapp/sass/layout/_post.scss b/webapp/sass/layout/_post.scss index 22b19d539..a99c6d57c 100644 --- a/webapp/sass/layout/_post.scss +++ b/webapp/sass/layout/_post.scss @@ -509,6 +509,13 @@ body.ios { } } + &.post--comment { + .post__body { + padding-left: 7px; + border-left: 4px solid $gray; + } + } + &.same--root { &.same--user { padding: 0 .5em 0 1em; @@ -543,10 +550,6 @@ body.ios { display: none; } } - - .post__body { - border-left: 4px solid #dddddd; - } } } @@ -558,6 +561,7 @@ body.ios { } &.post--comment { + .popover { margin-top: 84px; @@ -800,6 +804,10 @@ body.ios { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; + + a { + font-weight: bold; + } } .post__embed-visibility { -- cgit v1.2.3-1-g7c22