Fix height of font modal on iPad

This commit is contained in:
Jackson Harper
2023-04-13 10:28:26 +08:00
parent 17931e9cdb
commit 943588dab3

View File

@ -530,7 +530,7 @@ struct WebReaderContainerView: View {
#endif
}
#if os(iOS)
.formSheet(isPresented: $showPreferencesPopover, modalSize: CGSize(width: 400, height: 465)) {
.formSheet(isPresented: $showPreferencesPopover, modalSize: CGSize(width: 400, height: 475)) {
webPreferencesPopoverView
}
#else