aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-watch/comment/video-comment.component.ts
diff options
context:
space:
mode:
authorRigel Kent <sendmemail@rigelk.eu>2019-12-28 12:41:04 +0100
committerRigel Kent <sendmemail@rigelk.eu>2019-12-28 12:41:04 +0100
commitc62a34d36bf498cb81c6611e58079535325b92d8 (patch)
tree30f86d683a85141041c286d0ed952806478d7764 /client/src/app/videos/+video-watch/comment/video-comment.component.ts
parent5b0413ddaa7949a6a44512a8281c5a23466599ae (diff)
downloadPeerTube-c62a34d36bf498cb81c6611e58079535325b92d8.tar.gz
PeerTube-c62a34d36bf498cb81c6611e58079535325b92d8.tar.zst
PeerTube-c62a34d36bf498cb81c6611e58079535325b92d8.zip
Better spacing beetween comments
Diffstat (limited to 'client/src/app/videos/+video-watch/comment/video-comment.component.ts')
-rw-r--r--client/src/app/videos/+video-watch/comment/video-comment.component.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/app/videos/+video-watch/comment/video-comment.component.ts b/client/src/app/videos/+video-watch/comment/video-comment.component.ts
index 0d48f0a82..8c376d654 100644
--- a/client/src/app/videos/+video-watch/comment/video-comment.component.ts
+++ b/client/src/app/videos/+video-watch/comment/video-comment.component.ts
@@ -22,6 +22,7 @@ export class VideoCommentComponent implements OnInit, OnChanges {
22 @Input() commentTree: VideoCommentThreadTree 22 @Input() commentTree: VideoCommentThreadTree
23 @Input() inReplyToCommentId: number 23 @Input() inReplyToCommentId: number
24 @Input() highlightedComment = false 24 @Input() highlightedComment = false
25 @Input() firstInThread = false
25 26
26 @Output() wantedToDelete = new EventEmitter<VideoComment>() 27 @Output() wantedToDelete = new EventEmitter<VideoComment>()
27 @Output() wantedToReply = new EventEmitter<VideoComment>() 28 @Output() wantedToReply = new EventEmitter<VideoComment>()