Fix login screen sizes, add some spinners during login

This commit is contained in:
Jackson Harper
2023-09-25 16:18:48 +08:00
parent 6f59afcea3
commit 22289e3d5c
8 changed files with 27 additions and 8 deletions

View File

@ -138,7 +138,7 @@ struct LinkedItemMetadataEditView: View {
)
}
}
.frame(minWidth: 400, minHeight: 400)
.frame(minWidth: 400, minHeight: 600)
}
#endif
}