mirror of
https://github.com/yattee/yattee.git
synced 2025-04-26 00:26:33 +00:00
Fix #246
This commit is contained in:
parent
560d7c4b9a
commit
ad715fa367
@ -19,15 +19,15 @@ struct AddToPlaylistView: View {
|
|||||||
var body: some View {
|
var body: some View {
|
||||||
Group {
|
Group {
|
||||||
VStack {
|
VStack {
|
||||||
|
header
|
||||||
|
Spacer()
|
||||||
if model.isEmpty {
|
if model.isEmpty {
|
||||||
emptyPlaylistsMessage
|
emptyPlaylistsMessage
|
||||||
} else {
|
} else {
|
||||||
header
|
|
||||||
Spacer()
|
|
||||||
form
|
form
|
||||||
Spacer()
|
|
||||||
footer
|
|
||||||
}
|
}
|
||||||
|
Spacer()
|
||||||
|
footer
|
||||||
}
|
}
|
||||||
.frame(maxWidth: 1000, maxHeight: height)
|
.frame(maxWidth: 1000, maxHeight: height)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user