Skip to content

Fix padding and alignment for Vector 2022 in MediaWiki 1.40

Christian Heusel requested to merge github/fork/nl6720/fix-padding into master

Created by: nl6720

Remove left and right padding around .mw-content-container when the screen width is less than 1000px. "Small screens" need all the horizontal space they can get.

Align the header contents and language selector so that they do not extend too far and trigger horizontal scrolling.

If everything works as it should it should looks like this:

Before: Screenshot 2023-10-04 at 18-00-00 Installation guide - ArchWiki

After: Screenshot 2023-10-04 at 18-00-19 Installation guide - ArchWiki

/cc @lahwaacz @christian-heusel

Merge request reports