diff --git a/src/renderer/components/watch-video-comments/watch-video-comments.css b/src/renderer/components/watch-video-comments/watch-video-comments.css index f19ca320..3005ff80 100644 --- a/src/renderer/components/watch-video-comments/watch-video-comments.css +++ b/src/renderer/components/watch-video-comments/watch-video-comments.css @@ -37,11 +37,15 @@ cursor: pointer; } -.commentAuthor { +.commentAuthorWrapper { font-weight: bold; font-size: 14px; margin-left: 68px; margin-top: 0px; +} + + +.commentAuthor { cursor: pointer; } diff --git a/src/renderer/components/watch-video-comments/watch-video-comments.vue b/src/renderer/components/watch-video-comments/watch-video-comments.vue index a993a373..12b53188 100644 --- a/src/renderer/components/watch-video-comments/watch-video-comments.vue +++ b/src/renderer/components/watch-video-comments/watch-video-comments.vue @@ -48,10 +48,14 @@ @click="goToChannel(comment.authorLink)" >

- {{ comment.author }} + + {{ comment.author }} + {{ comment.time }} @@ -108,8 +112,13 @@ :src="reply.authorThumb" class="commentThumbnail" > -

- {{ reply.author }} +

+ + {{ reply.author }} + {{ reply.time }}