Minor UI fixes

This commit is contained in:
Arkadiusz Fal
2021-11-05 19:23:28 +01:00
parent 1d8efbda58
commit 06bae05a66
4 changed files with 10 additions and 7 deletions

View File

@@ -152,7 +152,7 @@ struct VideoCell: View {
VStack(alignment: .leading, spacing: 0) {
Group {
VStack(alignment: .leading, spacing: 0) {
videoDetail(video.title, lineLimit: channelOnThumbnail ? 3 : 2)
videoDetail(video.title, lineLimit: 2)
#if os(tvOS)
.frame(minHeight: 60, alignment: .top)
#elseif os(macOS)