aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-watch/comment
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/videos/+video-watch/comment')
-rw-r--r--client/src/app/videos/+video-watch/comment/video-comments.component.html7
-rw-r--r--client/src/app/videos/+video-watch/comment/video-comments.component.scss8
2 files changed, 13 insertions, 2 deletions
diff --git a/client/src/app/videos/+video-watch/comment/video-comments.component.html b/client/src/app/videos/+video-watch/comment/video-comments.component.html
index 6f3e57160..114a56dc7 100644
--- a/client/src/app/videos/+video-watch/comment/video-comments.component.html
+++ b/client/src/app/videos/+video-watch/comment/video-comments.component.html
@@ -1,6 +1,9 @@
1<div> 1<div>
2 <div class="title-page title-page-single"> 2 <div class="title-block">
3 Comments 3 <div class="title-page title-page-single">
4 Comments
5 </div>
6 <my-help *ngIf="video.commentsEnabled === true" helpType="custom" customHtml="You can either comment on the page of your instance where this video is federated with your PeerTube account, or via any ActivityPub-capable fediverse instance. For instance with Mastodon or Pleroma you can type in the search box <strong>@{{video.account.displayName}}@{{video.account.host}}</strong> and find back the video. Direct commenting capabilities are being worked on in <a href='https://github.com/Chocobozzz/PeerTube/issues/224'>#224</a>."></my-help>
4 </div> 7 </div>
5 8
6 <ng-template [ngIf]="video.commentsEnabled === true"> 9 <ng-template [ngIf]="video.commentsEnabled === true">
diff --git a/client/src/app/videos/+video-watch/comment/video-comments.component.scss b/client/src/app/videos/+video-watch/comment/video-comments.component.scss
index 0b8aa1854..d5af929d7 100644
--- a/client/src/app/videos/+video-watch/comment/video-comments.component.scss
+++ b/client/src/app/videos/+video-watch/comment/video-comments.component.scss
@@ -19,6 +19,14 @@
19 font-size: 13px; 19 font-size: 13px;
20} 20}
21 21
22.title-block .title-page {
23 margin-right: 0;
24}
25
26my-help {
27 display: inline-block;
28}
29
22@media screen and (max-width: 600px) { 30@media screen and (max-width: 600px) {
23 .view-replies { 31 .view-replies {
24 margin-left: 46px; 32 margin-left: 46px;