MediaWiki:Common.css: Difference between revisions

From EstoriaRO Wiki
Jump to navigation Jump to search
Blanked the page
Tags: Blanking Manual revert
No edit summary
Line 1: Line 1:
/* Force legacy sidebar always visible */
#mw-panel {
    display: block !important;
    visibility: visible !important;
}


/* Hide the [hide] link */
.vector-menu-heading .vector-menu-checkbox,
.vector-menu-heading label {
    display: none !important;
}

Revision as of 01:46, 19 December 2025

/* Force legacy sidebar always visible */
#mw-panel {
    display: block !important;
    visibility: visible !important;
}

/* Hide the [hide] link */
.vector-menu-heading .vector-menu-checkbox,
.vector-menu-heading label {
    display: none !important;
}