mirror of
https://github.com/yattee/yattee.git
synced 2025-10-17 12:58:13 +00:00
Details panels in controls
This commit is contained in:
@@ -28,9 +28,10 @@ struct PlayerQueueView: View {
|
||||
playedPreviously
|
||||
}
|
||||
}
|
||||
.listRowBackground(Color.clear)
|
||||
#if !os(iOS)
|
||||
.padding(.vertical, 5)
|
||||
.listRowInsets(EdgeInsets())
|
||||
.padding(.vertical, 5)
|
||||
.listRowInsets(EdgeInsets())
|
||||
#endif
|
||||
}
|
||||
|
||||
@@ -38,6 +39,8 @@ struct PlayerQueueView: View {
|
||||
.listStyle(.inset)
|
||||
#elseif os(iOS)
|
||||
.listStyle(.grouped)
|
||||
.backport
|
||||
.scrollContentBackground(false)
|
||||
#else
|
||||
.listStyle(.plain)
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user