mirror of
https://github.com/yattee/yattee.git
synced 2024-11-14 01:58:24 +00:00
Fix cells on tvOS
This commit is contained in:
parent
88926edb98
commit
f1551141e3
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user