-
-
Notifications
You must be signed in to change notification settings - Fork 355
Description
Feature Description
Currently the params.page.width provides options to customize the max page width at 1280px+, but does nothing to affect width below that.
I'd like a parameter or some option to control the page width below that threshold. Currently at 1279px for example, the page will be extremely wide regardless of params.page.width.
Problem/Solution
It will solve the page being too wide before the window is 1280px wide, as currently content will just go to the edge. The page is much more readable at 1280px+ and the resizing is jarring. Even more confusingly, with params.page.width set to normal the content is wider with a smaller window.
The solution would be to provide an option to disable the automatic resize at 1280px and allow setting a maximum width (either through preset values or even an exact number).
Alternatives Considered
I've tried using custom css and overriding layouts, but have been unable to change this behavior. Ideally this would just be a setting and not require more complicated workarounds.
Additional Context
1279px window |
1280px window |

