X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fvideos%2F%2Bvideo-watch%2Fcomment%2Fvideo-comment.component.scss;h=d948c967055eb566e9ae17f1c8f10dec699186b4;hb=54a932e82ae9c2ede48d2302a14f307d2e7908d6;hp=a22c5a9fd175ee79e56a4ff88ea355617e57a059;hpb=4cb6d4578893db310297d7e118ce2fb7ecb952a3;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 a22c5a9fd..d948c9670 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,6 +15,17 @@ .comment { flex-grow: 1; + .highlighted-comment { + display: inline-block; + background-color: #F5F5F5; + color: #3d3d3d; + padding: 0 5px; + font-size: 13px; + margin-bottom: 5px; + font-weight: $font-semibold; + border-radius: 3px; + } + .comment-account-date { display: flex; margin-bottom: 4px; @@ -32,6 +43,16 @@ } } + .comment-html { + word-break: break-all; + + a { + @include disable-default-a-behaviour; + + color: #000; + } + } + .comment-actions { margin: 10px 0; display: flex;