MediaWiki:Vector.css: Unterschied zwischen den Versionen
K Die Seite wurde geleert. Markierung: Geleert |
K Der Seiteninhalt wurde durch einen anderen Text ersetzt: „→Remove the max-width settings in the vector-2022 skin: .mw-page-container, .mw-workspace-container, .mw-content-container, .vector-sticky-header, .mw-article-toolbar-container { max-width: unset !important; } →Shrink the whitespace gap under the top header as well: .mw-header { margin-bottom: 0.5em; } →Fix for menu popup location: .vector-toc-collapsed #mw-sidebar-checkbox:not(:checked) ~ .mw-table-of-contents-c…“ Markierungen: Ersetzt Manuelle Zurücksetzung |
||
(4 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
/* Remove the max-width settings in the vector-2022 skin */ | |||
.mw-page-container, | |||
.mw-workspace-container, | |||
.mw-content-container, | |||
.vector-sticky-header, | |||
.mw-article-toolbar-container { | |||
max-width: unset !important; | |||
} | |||
/* Shrink the whitespace gap under the top header as well */ | |||
.mw-header { | |||
margin-bottom: 0.5em; | |||
} | |||
/* Fix for menu popup location */ | |||
.vector-toc-collapsed #mw-sidebar-checkbox:not(:checked) ~ .mw-table-of-contents-container { | |||
margin-left: unset; | |||
} |
Aktuelle Version vom 30. Januar 2023, 09:34 Uhr
/* Remove the max-width settings in the vector-2022 skin */
.mw-page-container,
.mw-workspace-container,
.mw-content-container,
.vector-sticky-header,
.mw-article-toolbar-container {
max-width: unset !important;
}
/* Shrink the whitespace gap under the top header as well */
.mw-header {
margin-bottom: 0.5em;
}
/* Fix for menu popup location */
.vector-toc-collapsed #mw-sidebar-checkbox:not(:checked) ~ .mw-table-of-contents-container {
margin-left: unset;
}