mirror of
https://github.com/yattee/yattee.git
synced 2024-11-10 00:08:21 +00:00
Merge branch 'master' of ssh://home.arekf.net:3023/services/Pearvidious
This commit is contained in:
commit
2942119136
@ -49,11 +49,11 @@ struct VideosCellsView: View {
|
|||||||
|
|
||||||
var adaptiveGridItemMinimumSize: CGFloat {
|
var adaptiveGridItemMinimumSize: CGFloat {
|
||||||
#if os(iOS)
|
#if os(iOS)
|
||||||
return verticalSizeClass == .regular ? 340 : 800
|
return verticalSizeClass == .regular ? 320 : 800
|
||||||
#elseif os(tvOS)
|
#elseif os(tvOS)
|
||||||
return 540
|
return 540
|
||||||
#else
|
#else
|
||||||
return 340
|
return 320
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user