MediaWiki:Common.css: Difference between revisions

From EstoriaRO Wiki
Jump to navigation Jump to search
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 18: Line 18:
     overflow-y: auto;
     overflow-y: auto;
     z-index: 10;
     z-index: 10;
}
/* Geser konten utama ke kanan */
.mw-page-container {
    margin-left: 17em !important;
}
/* Matikan animasi collapse */
.vector-main-menu {
    transform: none !important;
}
}

Revision as of 01:26, 19 December 2025

/* ===============================
   FORCE SIDEBAR ALWAYS OPEN
   Vector 2022 – GitBook Style
================================ */



/* Paksa sidebar selalu tampil */
#mw-panel {
    display: block !important;
    visibility: visible !important;
    transform: none !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 17em;
    height: 100vh;
    overflow-y: auto;
    z-index: 10;
}