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