From: Chocobozzz Date: Thu, 14 May 2020 12:41:24 +0000 (+0200) Subject: Add link to the account page in comment X-Git-Tag: v2.2.0-rc.1~2 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=83e9886eedbbcd94292edd3aa135f7c357c9f67a;p=github%2FChocobozzz%2FPeerTube.git Add link to the account page in comment --- diff --git a/client/src/app/videos/+video-watch/comment/video-comment.component.html b/client/src/app/videos/+video-watch/comment/video-comment.component.html index 617d0fa41..002de57e4 100644 --- a/client/src/app/videos/+video-watch/comment/video-comment.component.html +++ b/client/src/app/videos/+video-watch/comment/video-comment.component.html @@ -20,10 +20,16 @@
Highlighted comment
- + {{ comment.createdAt | myFromNow }}
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 5df5e3ecf..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; }