User:Aesulus/vector-2022.css: Difference between revisions

From Hololive Fan Wiki
Content added Content deleted
(Blanked the page)
Tag: Blanking
No edit summary
Tag: Reverted
Line 1: Line 1:
.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;
}

.mw-page-container, .mw-workspace-container, .vector-sticky-header {
max-width: unset;
}

Revision as of 00:34, 23 June 2022

.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;
}

.mw-page-container, .mw-workspace-container, .vector-sticky-header {
    max-width: unset;
}