VectorGOLEM/includes
Nicholas Ray d5cb58b3f0 Max-Width Layout: Make footer width match content width to avoid overlap with sidebar
* `mw-content-container` now wraps the footer (as well as the content)
because we want the footer to match the content width at all times and
to expand with the content when the sidebar is closed (at small viewport
widths or when on history/special pages)

* `mw-footer-container` margins were replaced with padding to avoid
issues with margin collapsing.

* Applied a white background to sidebar to handle the case of the
sidebar overflowing the `mw-page-container`. When that happens, we at
least want the text in the sidebar to be legible.

* Closely related, `mw-page-container`'s `overflow: hidden` style was
removed to prevent `mw-page-container` from cutting off the sidebar. The
purpose of this style was make it appear as if the sidebar was being
hidden by `mw-page-container`, but tweaking the sidebar's translation
animation to achieves this effect as well.

Bug: T257518
Change-Id: I89edf89b2ac4abe2053f0c9b366f143133ff420f
2020-07-13 18:26:18 -06:00
..
FeatureManagement Merge "[fix] "Existing account only" skin version config" 2020-04-29 18:55:30 +00:00
templates Max-Width Layout: Make footer width match content width to avoid overlap with sidebar 2020-07-13 18:26:18 -06:00
Constants.php Sidebar persistence for logged-in users in modern Vector. 2020-07-09 00:28:52 +02:00
Hooks.php Sidebar persistence for logged-in users in modern Vector. 2020-07-09 00:28:52 +02:00
ServiceWiring.php Merge "[fix] "Existing account only" skin version config" 2020-04-29 18:55:30 +00:00
SkinVector.php Call MWDebug::getHTMLDebugLog() directly 2020-07-03 10:39:37 +01:00
SkinVersionLookup.php [fix] "Existing account only" skin version config 2020-04-29 18:36:03 +00:00
VectorTemplate.php Deprecate VectorTemplate 2020-07-10 17:19:25 +00:00