mirror of
https://github.com/yattee/yattee.git
synced 2026-05-14 03:15:03 +00:00
Use two-column layout for tvOS playlist detail view
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user