MediaWiki:Vector.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary |
No edit summary |
||
| Line 11: | Line 11: | ||
--wiki-content-width: calc(var(--wiki-shell-width) - var(--wiki-sidebar-width)); | --wiki-content-width: calc(var(--wiki-shell-width) - var(--wiki-sidebar-width)); | ||
--wiki-shell-gap: max(0px, calc((100vw - var(--wiki-shell-width)) / 2)); | --wiki-shell-gap: max(0px, calc((100vw - var(--wiki-shell-width)) / 2)); | ||
--wiki-head-height: | --wiki-head-height: 64px; | ||
} | } | ||
| Line 102: | Line 102: | ||
position: absolute !important; | position: absolute !important; | ||
left: 0 !important; | left: 0 !important; | ||
top: | top: 32px !important; | ||
margin: 0 !important; | margin: 0 !important; | ||
padding: 0 !important; | padding: 0 !important; | ||
| Line 115: | Line 115: | ||
position: absolute !important; | position: absolute !important; | ||
right: 0 !important; | right: 0 !important; | ||
top: | top: 32px !important; | ||
margin: 0 !important; | margin: 0 !important; | ||
padding: 0 !important; | padding: 0 !important; | ||