diff options
Diffstat (limited to 'client/src/app/videos')
-rw-r--r-- | client/src/app/videos/+video-watch/comment/video-comment.component.scss | 3 |
1 files changed, 2 insertions, 1 deletions
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 @@ | |||
15 | width: 2px; | 15 | width: 2px; |
16 | height: 100%; | 16 | height: 100%; |
17 | background-color: rgba(0, 0, 0, 0.05); | 17 | background-color: rgba(0, 0, 0, 0.05); |
18 | margin: 10px 0; | 18 | margin: 10px calc(1rem + 1px); |
19 | } | 19 | } |
20 | } | 20 | } |
21 | 21 | ||
@@ -106,6 +106,7 @@ | |||
106 | 106 | ||
107 | &.comment-html-deleted { | 107 | &.comment-html-deleted { |
108 | color: $grey-foreground-color; | 108 | color: $grey-foreground-color; |
109 | margin-bottom: 1rem; | ||
109 | } | 110 | } |
110 | } | 111 | } |
111 | 112 | ||