Discussions » Greasy Fork Feedback

Remove width constraint from the diff viewer

§
Posted: 2019-10-19

Remove width constraint from the diff viewer

You should remove the width constraint in the diff viewer.

Just go to application.css and removemax-width from .width-constraint.

Makes it much more readable.

§
Posted: 2019-10-19

Since this removes it from the whole site, you need to add a specific parent class to the diff page so that only it can be targeted (<body class="diff">).

§
Posted: 2019-12-07

Not going to remove the width constraint, but I changed how it wraps/scrolls.

Post reply

Sign in to post a reply.