1
0
mirror of https://github.com/yattee/yattee.git synced 2025-04-27 15:30:33 +05:30

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 {