From 746018f6b81b40e8858303662ac9ec5ce59ac6eb Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 28 Apr 2021 11:49:34 +0200 Subject: Refactor actor avatar display --- .../+videos/+video-watch/comment/video-comment.component.scss | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'client/src/app/+videos/+video-watch/comment/video-comment.component.scss') 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 cf33a5b0e..f0dcc08b8 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 @@ -24,6 +24,10 @@ } } +my-actor-avatar { + @include actor-avatar-size(36px); +} + .comment { flex-grow: 1; // Fix word-wrap with flex @@ -148,10 +152,10 @@ my-video-comment-add { } } -.children { +.is-child { // Reduce avatars size for replies - .comment-avatar { - @include avatar(25px); + my-actor-avatar { + @include actor-avatar-size(25px); } .left { -- cgit v1.2.3