This fixes the issue of a large left margin on the Article TOC when on wide screens, it scales gracefully down to smaller screens as well and prepares the markup for future user configurable content width (removes using %).
In theory this breaks layoutReverse - but in actually it's currently broken anyway due to a missing space after the class name on
., it's also very broken on widescreen as well and doesn't swap the TOC anyway. I plan to do another PR to fix all of those issues at some point this week.
This fixes the issue of a large left margin on the Article TOC when on wide screens, it scales gracefully down to smaller screens as well and prepares the markup for future user configurable content width (removes using %).
In theory this breaks layoutReverse - but in actually it's currently broken anyway due to a missing space after the class name on
., it's also very broken on widescreen as well and doesn't swap the TOC anyway. I plan to do another PR to fix all of those issues at some point this week.