MediaWiki:Common.css
Appearance
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* TEST: force Vector-2022 main menu dropdown open (reversible). AI-Admin-Assistant 2026-06-13 */
@media screen and (min-width: 1000px) {
#vector-main-menu-dropdown-checkbox ~ .vector-dropdown-content,
.vector-main-menu-dropdown .vector-dropdown-content {
opacity: 1 !important;
visibility: visible !important;
height: auto !important;
position: static !important;
box-shadow: none !important;
max-width: none !important;
max-height: none !important;
padding: 8px 0 !important;
}
}