1
0
mirror of https://github.com/yattee/yattee.git synced 2025-01-10 11:30:32 +05:30

Fix video cell details layout

This commit is contained in:
Arkadiusz Fal 2022-06-15 23:48:14 +02:00
parent 6f3f75088a
commit a6533dcb29

View File

@ -284,7 +284,7 @@ struct VideoCell: View {
}
.lineLimit(1)
.foregroundColor(.secondary)
.frame(minHeight: 30, alignment: .top)
.frame(maxWidth: .infinity, minHeight: 30, alignment: .topLeading)
#if os(tvOS)
.padding(.bottom, 10)
#endif