mirror of
				https://github.com/yattee/yattee.git
				synced 2025-11-03 22:22:02 +00:00 
			
		
		
		
	minor tweak to comment replies
Signed-off-by: Toni Förster <toni.foerster@gmail.com>
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user