MediaWiki:Group-user.css: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Tag: Manual revert
 
(3 intermediate revisions by the same user not shown)
Line 77:
/* ======================================================= */
 
.p-vector-user-menu-preferencescontent {
/* 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 */
}