mirror of
https://github.com/yattee/yattee.git
synced 2024-11-10 00:08:21 +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 {
|
Group {
|
||||||
let last = comments.replies.last
|
let last = comments.replies.last
|
||||||
ForEach(comments.replies) { comment in
|
ForEach(comments.replies) { comment in
|
||||||
Self(comment: comment, repliesID: $repliesID, availableWidth: availableWidth)
|
Self(comment: comment, repliesID: $repliesID, availableWidth: availableWidth - 22)
|
||||||
#if os(tvOS)
|
#if os(tvOS)
|
||||||
.focusable()
|
.focusable()
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user