MediaWiki:Vector.css: Unterschied zwischen den Versionen

Aus HuskyWiki
KKeine Bearbeitungszusammenfassung
Markierung: Zurückgesetzt
K Änderung 99156 von Hessentotal (Diskussion) rückgängig gemacht.
Markierung: Rückgängigmachung
Zeile 1: Zeile 1:
.mw-workspace-container {
/* Remove the max-width settings in the vector-2022 skin */
max-width: 100%;
.mw-page-container,
.mw-workspace-container,
.mw-content-container,
.vector-sticky-header,
.mw-article-toolbar-container {
max-width: unset !important;
}
}
.mw-article-toolbar-container,.mw-content-container {
 
max-width: calc(100% - 11em); /* 11em is the width of #mw-panel */
/* Shrink the whitespace gap under the top header as well */
margin-right: 0;
.mw-header {
margin-bottom: 0.5em;
}
}
.mw-footer-container {
 
padding-top: 0;
/* Fix for menu popup location */
padding-bottom: 0;
.vector-toc-collapsed #mw-sidebar-checkbox:not(:checked) ~ .mw-table-of-contents-container {
    margin-left: unset;
}
}

Version vom 9. Januar 2023, 17:24 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;
}