mirror of
https://github.com/yattee/yattee.git
synced 2024-12-22 21:43:41 +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
|
visibilityFormItem
|
||||||
.pickerStyle(.segmented)
|
.pickerStyle(.segmented)
|
||||||
}
|
}
|
||||||
|
#if os(macOS)
|
||||||
|
.padding(.horizontal)
|
||||||
|
#endif
|
||||||
|
|
||||||
HStack {
|
HStack {
|
||||||
if editing {
|
if editing {
|
||||||
|
Loading…
Reference in New Issue
Block a user