MediaWiki:Vector.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary |
No edit summary |
||
| Line 9: | Line 9: | ||
* existing Vector selectors keeps the desktop cascade visually unchanged. | * existing Vector selectors keeps the desktop cascade visually unchanged. | ||
*/ | */ | ||
/* ========================================================================== | |||
Responsive Layout Standard | |||
-------------------------------------------------------------------------- | |||
Phone: 0-599px; tablet / large phone: 600-899px; small desktop / | |||
landscape tablet: 900-1199px; full desktop: 1200px+. | |||
Vector remains the desktop skin, but its narrow-window fallback follows the | |||
same viewport boundaries as the rest of the project. | |||
========================================================================== */ | |||
/* ========================================================================== | /* ========================================================================== | ||
| Line 950: | Line 959: | ||
/* ========================================================================== | /* ========================================================================== | ||
Narrow Vector Fallback | |||
-------------------------------------------------------------------------- | -------------------------------------------------------------------------- | ||
When Vector is manually used below the small-desktop range, collapse its | |||
desktop sidebar dimensions and stack the homepage columns. | |||
========================================================================== */ | ========================================================================== */ | ||
@media (max-width: | @media (max-width: 899px) { | ||
:root { | :root { | ||
--wiz-sidebar-width: 0px; | --wiz-sidebar-width: 0px; | ||