mirror of
https://github.com/yattee/yattee.git
synced 2025-12-13 19:48:14 +00:00
Forms improvements for trending and playlists
This commit is contained in:
@@ -188,7 +188,7 @@ struct VideoView: View {
|
||||
}
|
||||
.frame(minWidth: 320, maxWidth: .infinity, minHeight: 180, maxHeight: .infinity)
|
||||
#if os(tvOS)
|
||||
.frame(minHeight: 320)
|
||||
.frame(minHeight: layout == .cells ? 320 : 200)
|
||||
#endif
|
||||
.aspectRatio(1.777, contentMode: .fit)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user