Jump to content

MediaWiki:Common.css

From Wimbum Vault
Revision as of 09:19, 23 April 2025 by Bosang (talk | contribs)

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.
/* Logo styling fix for mobile */
#p-logo {
    z-index: 1;
    position: relative;
    margin-top: 0;
}

/* Hide overlapping issues on small screens */
@media screen and (max-width: 768px) {
    #p-logo {
        max-width: 100px;
        max-height: 40px;
        overflow: hidden;
        margin-left: 10px;
    }

    #p-logo a,
    #p-logo a img {
        max-width: 100%;
        height: auto;
    }

    /* Adjust header if needed */
    #mw-panel {
        padding-top: 60px; /* Push menu down */
    }
}