Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

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.