mirror of
https://github.com/yattee/yattee.git
synced 2026-05-12 18:35:05 +00:00
Increase tvOS queue row spacing for focus halo breathing room
This commit is contained in:
@@ -184,7 +184,7 @@ struct QueueManagementSheet: View {
|
||||
String(localized: "queue.section.previously"),
|
||||
count: history.count
|
||||
)
|
||||
VStack(spacing: 8) {
|
||||
VStack(spacing: 20) {
|
||||
ForEach(Array(history.enumerated()), id: \.element.id) { index, historyItem in
|
||||
QueueItemRow(
|
||||
queuedVideo: historyItem,
|
||||
@@ -222,7 +222,7 @@ struct QueueManagementSheet: View {
|
||||
String(localized: "queue.section.upNext"),
|
||||
count: queue.count
|
||||
)
|
||||
VStack(spacing: 8) {
|
||||
VStack(spacing: 20) {
|
||||
ForEach(Array(queue.enumerated()), id: \.element.id) { index, queuedVideo in
|
||||
QueueItemRow(
|
||||
queuedVideo: queuedVideo,
|
||||
|
||||
Reference in New Issue
Block a user