MediaWiki:Group-user.css: Difference between revisions
From AbhiprayaVedi
Created page with "→CSS placed here will affect registered users only: →Step 2: Bring both sidebars back ONLY for logged-in users: #mw-site-navigation, #mw-related-navigation { display: block !important; } →Reset the main container margins to fit the sidebars back in: #mw-content-container { margin-left: 14em !important; margin-right: 14em !important; }" |
mNo edit summary |
||
| Line 3: | Line 3: | ||
#mw-site-navigation, #mw-related-navigation { | #mw-site-navigation, #mw-related-navigation { | ||
display: block !important; | display: block !important; | ||
Revision as of 20:43, 12 June 2026
/* CSS placed here will affect registered users only */
/* Step 2: Bring both sidebars back ONLY for logged-in users */
#mw-site-navigation, #mw-related-navigation {
display: block !important;