mirror of
https://github.com/yattee/yattee.git
synced 2025-08-06 18:54:11 +00:00
Fix cell width
This commit is contained in:
@@ -49,11 +49,11 @@ struct VideosCellsView: View {
|
||||
|
||||
var adaptiveGridItemMinimumSize: CGFloat {
|
||||
#if os(iOS)
|
||||
return verticalSizeClass == .regular ? 340 : 800
|
||||
return verticalSizeClass == .regular ? 320 : 800
|
||||
#elseif os(tvOS)
|
||||
return 540
|
||||
#else
|
||||
return 340
|
||||
return 320
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user