mirror of
https://github.com/yattee/yattee.git
synced 2025-08-09 20:24:06 +00:00
Add channels thumbnails to cells and list
This commit is contained in:
@@ -11,4 +11,20 @@ struct Constants {
|
||||
0.6
|
||||
#endif
|
||||
}
|
||||
|
||||
static var channelThumbnailSize: Double {
|
||||
#if os(tvOS)
|
||||
50
|
||||
#else
|
||||
30
|
||||
#endif
|
||||
}
|
||||
|
||||
static var channelDetailsStackSpacing: Double {
|
||||
#if os(tvOS)
|
||||
12
|
||||
#else
|
||||
6
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user