mirror of
https://github.com/yattee/yattee.git
synced 2024-11-09 15:58:20 +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 {
|
||||
#if os(tvOS)
|
||||
560
|
||||
600
|
||||
#else
|
||||
290 - (channelOnThumbnail ? 23 : 0)
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user