Fix height of font modal on iPad
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user