diff --git a/Shared/Videos/VerticalCells.swift b/Shared/Videos/VerticalCells.swift index 6e633925..ef328414 100644 --- a/Shared/Videos/VerticalCells.swift +++ b/Shared/Videos/VerticalCells.swift @@ -84,7 +84,7 @@ struct VerticalCells: View { #if os(iOS) return verticalSizeClass == .regular ? 320 : 800 #elseif os(tvOS) - return 600 + return 560 #else return 320 #endif @@ -92,7 +92,7 @@ struct VerticalCells: View { var adaptiveGridItemMaximumSize: Double { #if os(tvOS) - return 600 + return 560 #else return .infinity #endif diff --git a/Shared/Videos/VideoCell.swift b/Shared/Videos/VideoCell.swift index a626d96b..3095ad03 100644 --- a/Shared/Videos/VideoCell.swift +++ b/Shared/Videos/VideoCell.swift @@ -39,7 +39,7 @@ struct VideoCell: View { Button(action: playAction) { content #if os(tvOS) - .frame(width: 580, height: channelOnThumbnail ? 470 : 500) + .frame(width: 550, height: channelOnThumbnail ? 446 : 480) #endif } .opacity(contentOpacity)