mirror of
https://github.com/yattee/yattee.git
synced 2024-12-15 06:40:32 +05:30
Fix video cell details layout
This commit is contained in:
parent
5bcf624648
commit
722c879211
@ -284,7 +284,7 @@ struct VideoCell: View {
|
|||||||
}
|
}
|
||||||
.lineLimit(1)
|
.lineLimit(1)
|
||||||
.foregroundColor(.secondary)
|
.foregroundColor(.secondary)
|
||||||
.frame(minHeight: 30, alignment: .top)
|
.frame(maxWidth: .infinity, minHeight: 30, alignment: .topLeading)
|
||||||
#if os(tvOS)
|
#if os(tvOS)
|
||||||
.padding(.bottom, 10)
|
.padding(.bottom, 10)
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user