Use two-column layout for tvOS playlist detail view

This commit is contained in:
Arkadiusz Fal
2026-04-16 06:06:38 +02:00
parent a6d1c840f9
commit 58f1b8c1ad
3 changed files with 163 additions and 71 deletions

View File

@@ -67,7 +67,12 @@ struct VideoRowView: View {
Text("\(index)")
.font(.subheadline)
.foregroundStyle(.secondary)
#if os(tvOS)
.lineLimit(1)
.frame(width: 60, alignment: .trailing)
#else
.frame(width: 32)
#endif
}
// Thumbnail