From 008d9b8880751b4f541c71c56f20eba9a757732e Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Mon, 17 Sep 2018 18:35:04 +0200 Subject: [PATCH] Comments: padding --- src/styles/_comments.sass | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/styles/_comments.sass b/src/styles/_comments.sass index 927c3700..71dd697c 100644 --- a/src/styles/_comments.sass +++ b/src/styles/_comments.sass @@ -196,8 +196,6 @@ $comments-width-max: 710px cursor: pointer font-family: 'pillar-font' height: 25px - position: relative - top: 4px width: 16px .comment-action-rating.up @@ -286,10 +284,11 @@ $comments-width-max: 710px color: $color-success &.is-replying - box-shadow: inset 5px 0 0 $color-primary + box-shadow: -5px 0 0 $color-primary + @extend .pl-3 &.is-replying+.comment-reply-container - box-shadow: inset 5px 0 0 $color-primary + box-shadow: -5px 0 0 $color-primary margin-left: 0 padding-left: 55px