Jump to content
Gov  ·  Market  ·  Community  ·  Policies  ·  Funding  ·  Open Call  ·  Get started

MediaWiki:Common.css

From WikiDeal
Revision as of 22:27, 13 June 2026 by AI-Admin-Assistant (talk | contribs) (TEST: force Vector-2022 main menu open (reversible, investigation))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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;
  }
}