diff --git a/Shared/Player/Video Details/CommentView.swift b/Shared/Player/Video Details/CommentView.swift index 899c3b0f..a59f67a1 100644 --- a/Shared/Player/Video Details/CommentView.swift +++ b/Shared/Player/Video Details/CommentView.swift @@ -208,7 +208,7 @@ struct CommentView: View { Group { let last = comments.replies.last ForEach(comments.replies) { comment in - Self(comment: comment, repliesID: $repliesID, availableWidth: availableWidth) + Self(comment: comment, repliesID: $repliesID, availableWidth: availableWidth - 22) #if os(tvOS) .focusable() #endif