Discussioni » Feedback di Greasy Fork
Remove width constraint from the diff viewer
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">).
Discussioni » Feedback di Greasy Fork
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">).
Remove width constraint from the diff viewer
You should remove the width constraint in the diff viewer.
Just go to application.css and remove
max-widthfrom.width-constraint.Makes it much more readable.