From c5c09c1e5017844027ef77785f2d0406fa6b7039 Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Thu, 19 Dec 2019 18:08:21 +0100 Subject: fix deleted comment layout and its notification display --- .../src/app/videos/+video-watch/comment/video-comment.component.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'client/src/app/videos/+video-watch') diff --git a/client/src/app/videos/+video-watch/comment/video-comment.component.scss b/client/src/app/videos/+video-watch/comment/video-comment.component.scss index d8fd5c5de..c70914f9b 100644 --- a/client/src/app/videos/+video-watch/comment/video-comment.component.scss +++ b/client/src/app/videos/+video-watch/comment/video-comment.component.scss @@ -15,7 +15,7 @@ width: 2px; height: 100%; background-color: rgba(0, 0, 0, 0.05); - margin: 10px 0; + margin: 10px calc(1rem + 1px); } } @@ -106,6 +106,7 @@ &.comment-html-deleted { color: $grey-foreground-color; + margin-bottom: 1rem; } } -- cgit v1.2.3