Feature request
Reset .markdown-section max-width to 800px or a similar value
Problem or desire
Docsify used to limit articles max-width to 800px but this was changed to 80% in #1017, claiming that such value would look better on wider screens.
As already mentioned by @jhildenbiddle in a comment to that PR, I think this was a mistake since that would negatively affect the readability of the content.
IMO that change lead to two regressions:
Proposal
Restore .markdown-section max-width to 800px or a similar value.
Implementation
I'm not an expert, but I should manage to submit a PR if maintainers consider this change acceptable
Feature request
Reset .
markdown-sectionmax-widthto800pxor a similar valueProblem or desire
Docsify used to limit articles
max-widthto800pxbut this was changed to80%in #1017, claiming that such value would look better on wider screens.As already mentioned by @jhildenbiddle in a comment to that PR, I think this was a mistake since that would negatively affect the readability of the content.
IMO that change lead to two regressions:
80%would introduce unwanted margins in that scenario. See for example this comment and Restoremax-widthto100%if viewport is less than 768px #1273Proposal
Restore .markdown-section max-width to
800pxor a similar value.Implementation
I'm not an expert, but I should manage to submit a PR if maintainers consider this change acceptable