MediaWiki:Vector.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary |
No edit summary |
||
| Line 34: | Line 34: | ||
--wiz-sidebar-content-gap: 0px; | --wiz-sidebar-content-gap: 0px; | ||
--wiz-page-gutter: 24px; | --wiz-page-gutter: 24px; | ||
--wiz-content-width: calc(var(--wiz- | --wiz-content-width: calc(100% - var(--wiz-sidebar-width) - var(--wiz-sidebar-content-gap) - var(--wiz-page-gutter)); | ||
--wiz-content-padding: 20px; | --wiz-content-padding: 20px; | ||
--wiz-content-background: #222; | --wiz-content-background: #222; | ||
| Line 1,076: | Line 1,076: | ||
Narrow Vector Fallback | Narrow Vector Fallback | ||
-------------------------------------------------------------------------- | -------------------------------------------------------------------------- | ||
When Vector is manually used below the small-desktop range, | When Vector is manually used below the small-desktop range, remove its | ||
desktop sidebar | desktop sidebar, reclaim that space, and stack the homepage columns. | ||
========================================================================== */ | ========================================================================== */ | ||
@media (max-width: 899px) { | @media (max-width: 899px) { | ||
| Line 1,083: | Line 1,083: | ||
--wiz-sidebar-width: 0px; | --wiz-sidebar-width: 0px; | ||
--wiz-sidebar-content-gap: 0px; | --wiz-sidebar-content-gap: 0px; | ||
--wiz-page-gutter: 12px; | --wiz-page-gutter: 12px; | ||
--wiz-content-padding: 14px; | --wiz-content-padding: 14px; | ||
} | |||
#mw-panel, | |||
#p-logo { | |||
display: none !important; | |||
} | } | ||