-
Notifications
You must be signed in to change notification settings - Fork 53
feat: view options print and web #1793
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
feat: view options print and web #1793
Conversation
| } | ||
| /* Web layout mode (OOXML ST_View 'web'): content reflows to fit container */ | ||
| .super-editor-container.web-layout { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@harbournick lmk if this should be removed
| console.warn( | ||
| '[SuperDoc] Web layout mode requires useLayoutEngine: false. Automatically disabling layout engine.', | ||
| ); | ||
| this.config.useLayoutEngine = false; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
layout engine disabled - eventually we should support web view on LE as well
| } | ||
| /* Mobile responsive styles */ | ||
| @media screen and (max-width: 768px) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
make dev app responsive so we can test "web" view
No description provided.