MediaWiki:Group-user.css: Difference between revisions
Content deleted Content added
No edit summary |
No edit summary Tag: Manual revert |
||
| (7 intermediate revisions by the same user not shown) | |||
Line 47:
.mw-normal-catlinks {
display: block !important;
}
/* ======================================================= */
/* RESTORE PAGE ACTIONS FOR LOGGED-IN USERS */
/* ======================================================= */
#p-views,
.page-actions-menu__list {
/* Use FLEX because this menu needs horizontal alignment */
display: flex !important;
}
/* ======================================================= */
/* RESTORE INTERFACE FOR LOGGED-IN USERS */
/* ======================================================= */
/* Restore Vector 2022 Toolbar */
/* We use 'flex' because Vector 2022 uses flexbox for alignment */
.vector-page-toolbar {
display: flex !important;
}
/* Restore SiteSub ("From...") and Indicators */
.vector-body-before-content {
display: block !important;
}
/* ======================================================= */
/* RESTORE HEADER MENUS FOR LOGGED-IN USERS */
/* ======================================================= */
.vector-menu-content {
/* Use flex to maintain correct horizontal alignment of icons */
display: flex !important;
}
/* ======================================================= */
/* RESTORE FULL WIDTH FOR LOGGED-IN USERS (EDITORS) */
/* Overrides the 900px limit set in Common.css */
/* ======================================================= */
#content {
max-width: none !important;
margin: 0 !important; /* Optional: Resets centering if you want it strictly left-aligned */
}
| |||