mirror of
https://github.com/yattee/yattee.git
synced 2024-12-22 13:33:42 +00:00
Fix playlist form padding on macOS
This commit is contained in:
parent
76f0a1c66c
commit
3ca2105b9b
@ -45,6 +45,9 @@ struct PlaylistFormView: View {
|
||||
visibilityFormItem
|
||||
.pickerStyle(.segmented)
|
||||
}
|
||||
#if os(macOS)
|
||||
.padding(.horizontal)
|
||||
#endif
|
||||
|
||||
HStack {
|
||||
if editing {
|
||||
|
Loading…
Reference in New Issue
Block a user