From a3d038f75ba708e7069e929f10ed5662eeec1325 Mon Sep 17 00:00:00 2001 From: Pavel Mineev Date: Thu, 16 Jan 2020 22:09:54 +0300 Subject: [PATCH] fix --- .../app/components/comment/_replying/comment_replying.scss | 3 ++- frontend/app/components/comment/comment.scss | 4 ++++ .../app/components/thread/__collapse/thread__collapse.scss | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/frontend/app/components/comment/_replying/comment_replying.scss b/frontend/app/components/comment/_replying/comment_replying.scss index fbfb5dbf..02e887c7 100644 --- a/frontend/app/components/comment/_replying/comment_replying.scss +++ b/frontend/app/components/comment/_replying/comment_replying.scss @@ -1,4 +1,6 @@ .comment_replying { + padding-bottom: 0; + .comment__score { top: 4px; right: 0; @@ -7,7 +9,6 @@ /* it isn't mobile first, but it's fine here */ @media (-moz-touch-enabled: 1) and (max-width: 768px), (pointer: coarse) and (max-width: 768px) { border: 8px solid; - padding-bottom: 0; .comment__body { padding: 8px 8px 0; diff --git a/frontend/app/components/comment/comment.scss b/frontend/app/components/comment/comment.scss index 8931953c..9eb9440d 100644 --- a/frontend/app/components/comment/comment.scss +++ b/frontend/app/components/comment/comment.scss @@ -19,3 +19,7 @@ padding-left: 0; } } + +.comment-form_type_reply { + margin-left: 17px; +} diff --git a/frontend/app/components/thread/__collapse/thread__collapse.scss b/frontend/app/components/thread/__collapse/thread__collapse.scss index a2980e18..efa65e7f 100644 --- a/frontend/app/components/thread/__collapse/thread__collapse.scss +++ b/frontend/app/components/thread/__collapse/thread__collapse.scss @@ -1,5 +1,5 @@ .thread__collapse { - height: 100%; + height: calc(100% - 50px); width: 11px; position: absolute; top: 50px;