X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fvideos%2F%2Bvideo-watch%2Fcomment%2Fvideo-comment.component.scss;h=78bcfe1212a432784f9023e961d33e02969691b4;hb=e63dbd426e67672b4014c2a3ac3a227fbe26e886;hp=3a3f32b83b7693da97f1c949d6d0d3153d8efc87;hpb=c9ffd53217e69395c303ba36532a6eef39645e4e;p=github%2FChocobozzz%2FPeerTube.git 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 3a3f32b83..78bcfe121 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 @@ -46,19 +46,19 @@ } .comment-html { - word-break: normal; - word-wrap: break-word; - text-align: justify; + @include peertube-word-wrap; + // Mentions /deep/ a { - @include disable-default-a-behaviour; - - color: #000; - // Semi bold mentions &:not(.linkified-url) { + @include disable-default-a-behaviour; + + color: #000; + font-weight: $font-semibold; } + } } @@ -66,7 +66,8 @@ margin: 10px 0; display: flex; - .comment-action-reply, .comment-action-delete { + .comment-action-reply, + .comment-action-delete { color: #585858; cursor: pointer; margin-right: 10px; @@ -94,10 +95,10 @@ @media screen and (max-width: 600px) { .children { - margin-left: -40px; + margin-left: -35px; } .root-comment { img { margin-right: 10px; } } -} \ No newline at end of file +}