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