X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fvideos%2F%2Bvideo-watch%2Fcomment%2Fvideo-comment.component.scss;h=7c46569311100242b63933580807d4811c8426b9;hb=3bf07dd8c27aa6ef40111c6f055e8975b3f514f4;hp=cebb24c12353673bc294b12e6336702072057cbe;hpb=edf1a4e5204189f7c352c007232c2463158aa6d7;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 cebb24c12..7c4656931 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 @@ -63,13 +63,16 @@ } .comment-account { - @include disable-default-a-behaviour; - word-break: break-all; - color: var(--mainForegroundColor); font-weight: 600; font-size: 90%; + a { + @include disable-default-a-behaviour; + + color: var(--mainForegroundColor); + } + .comment-account-fid { opacity: .6; } @@ -132,6 +135,13 @@ font-weight: unset; } } + + my-video-comment-add { + ::ng-deep form { + margin-top: 1rem; + margin-bottom: 0; + } + } } .children {