Implement margins and iPad reader preferences options
This commit is contained in:
@ -519,7 +519,7 @@ struct WebReaderContainerView: View {
|
||||
#endif
|
||||
}
|
||||
#if os(iOS)
|
||||
.formSheet(isPresented: $showPreferencesPopover, useSmallDetent: false, useLargeDetent: false) {
|
||||
.formSheet(isPresented: $showPreferencesPopover, modalSize: CGSize(width: 400, height: 465)) {
|
||||
webPreferencesPopoverView
|
||||
}
|
||||
#else
|
||||
|
||||
File diff suppressed because one or more lines are too long
@ -67,6 +67,7 @@ const App = () => {
|
||||
alignment="center"
|
||||
distribution="center"
|
||||
className="disable-webkit-callout"
|
||||
style={{ backgroundColor: 'var(--colors-readerBg)' }}
|
||||
>
|
||||
<ArticleContainer
|
||||
article={window.omnivoreArticle}
|
||||
|
||||
Reference in New Issue
Block a user