minor tweak to comment replies

Signed-off-by: Toni Förster <toni.foerster@gmail.com>
This commit is contained in:
Toni Förster 2024-08-20 01:23:54 +02:00
parent 7e346bf49c
commit 9a450c9503
No known key found for this signature in database
GPG Key ID: 292F3E5086C83FC7

View File

@ -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