mirror of
https://github.com/yattee/yattee.git
synced 2025-08-09 20:24:06 +00:00
Improve recents thumbnails urls
This commit is contained in:
@@ -20,6 +20,14 @@ struct Constants {
|
||||
#endif
|
||||
}
|
||||
|
||||
static var recentsChannelThumbnailSize: Double {
|
||||
#if os(macOS)
|
||||
20
|
||||
#else
|
||||
30
|
||||
#endif
|
||||
}
|
||||
|
||||
static var channelDetailsStackSpacing: Double {
|
||||
#if os(tvOS)
|
||||
12
|
||||
|
Reference in New Issue
Block a user