mirror of
https://github.com/yattee/yattee.git
synced 2025-08-05 02:04:07 +00:00
Fix cells on tvOS
This commit is contained in:
@@ -49,7 +49,7 @@ struct HorizontalCells: View {
|
||||
|
||||
var cellHeight: Double {
|
||||
#if os(tvOS)
|
||||
560
|
||||
600
|
||||
#else
|
||||
290 - (channelOnThumbnail ? 23 : 0)
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user