MediaWiki:Common.css: Difference between revisions
No edit summary Tag: Reverted |
Tag: Undo |
||
| Line 184: | Line 184: | ||
/* ============================================================ | /* ============================================================ | ||
HEADER — LARGE LOGO, TIGHT HEIGHT, BODY-ALIGNED | HEADER — LARGE LOGO, TIGHT HEIGHT, BODY-ALIGNED | ||
(Vector 2022 correct implementation) | |||
============================================================ */ | ============================================================ */ | ||
| Line 200: | Line 201: | ||
} | } | ||
/* | /* Keep header bar full width but apply correct page padding */ | ||
.vector-header { | .vector-header { | ||
padding-left: var(--padding-inline-page-container, 16px) !important; | padding-left: var(--padding-inline-page-container, 16px) !important; | ||
padding-right: var(--padding-inline-page-container, 16px) !important; | padding-right: var(--padding-inline-page-container, 16px) !important; | ||
box-sizing: border-box !important; | box-sizing: border-box !important; | ||
} | } | ||