MediaWiki:Vector.css: Unterschied zwischen den Versionen

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

Version vom 9. Januar 2023, 17:23 Uhr

.mw-workspace-container {
	max-width: 100%;
}
.mw-article-toolbar-container,.mw-content-container {
	max-width: calc(100% - 11em); /* 11em is the width of #mw-panel */
	margin-right: 0;
}
.mw-footer-container {
	padding-top: 0;
	padding-bottom: 0;
}