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=4c481d486bd4ef27f5feadd64ee5f720174fc7a3;hpb=3689141ac3ed59d6681eeca89b33eaf2310042bc;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 4c481d486..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,24 +46,19 @@ } .comment-html { - word-break: normal; - word-wrap: break-word; - overflow-wrap: break-word; - -webkit-hyphens: auto; - -ms-hyphens: auto; - -moz-hyphens: auto; - hyphens: auto; - 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; } + } } @@ -71,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; @@ -99,7 +95,7 @@ @media screen and (max-width: 600px) { .children { - margin-left: -40px; + margin-left: -35px; } .root-comment {