mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Fix height of font modal on iPad
This commit is contained in:
parent
17931e9cdb
commit
943588dab3
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue