MediaWiki:Citizen.css: Difference between revisions

MediaWiki interface page
(Created page with "→‎All CSS here will be loaded for users of the Citizen skin: #mw-drawer-menu { max-width: calc(100vw - var(--padding-page) * 30); grid-flow: columns; }")
 
m (Made sidebar 2 columns)
Line 2: Line 2:
#mw-drawer-menu {
#mw-drawer-menu {
max-width: calc(100vw - var(--padding-page) * 30);
max-width: calc(100vw - var(--padding-page) * 30);
grid-flow: columns;
grid-template-columns: auto auto;
}
}

Revision as of 19:22, 10 April 2022

/* All CSS here will be loaded for users of the Citizen skin */
#mw-drawer-menu {
	max-width: calc(100vw - var(--padding-page) * 30);
	grid-template-columns: auto auto;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.