mirror of
https://github.com/yattee/yattee.git
synced 2024-12-22 13:33:42 +00:00
minor tweak to comment replies
Signed-off-by: Toni Förster <toni.foerster@gmail.com>
This commit is contained in:
parent
7e346bf49c
commit
9a450c9503
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user