diff --git a/Yattee/Models/VideoListLayout.swift b/Yattee/Models/VideoListLayout.swift index 7b0805a3..175f1624 100644 --- a/Yattee/Models/VideoListLayout.swift +++ b/Yattee/Models/VideoListLayout.swift @@ -43,7 +43,7 @@ enum GridConstants { /// Spacing between grid items. static let spacing: CGFloat = { #if os(tvOS) - 32 + 48 #else 12 #endif