MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
| Line 4: | Line 4: | ||
================================ */ | ================================ */ | ||
/* Paksa sidebar selalu tampil */ | /* Paksa sidebar selalu tampil */ | ||
Revision as of 01:25, 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;
}
/* Geser konten utama ke kanan */
.mw-page-container {
margin-left: 17em !important;
}
/* Matikan animasi collapse */
.vector-main-menu {
transform: none !important;
}