Fix playlist form padding on macOS

This commit is contained in:
Arkadiusz Fal 2021-11-07 20:56:01 +01:00
parent 76f0a1c66c
commit 3ca2105b9b

View File

@ -45,6 +45,9 @@ struct PlaylistFormView: View {
visibilityFormItem
.pickerStyle(.segmented)
}
#if os(macOS)
.padding(.horizontal)
#endif
HStack {
if editing {