Jump to content

MediaWiki:Mobile.css

From Wyld West Wiki
Revision as of 21:21, 5 March 2025 by RobAdmin (talk | contribs) (Created page with "@media screen and (max-width: 768px) { #toc, .mw-parser-output .toc, .vector-toc { font-size: 10px !important; Adjust size as needed: } Adjust TOC section headers: #toc h2, .vector-toc h2 { font-size: 12px !important; } Adjust TOC list items: #toc ul li, .vector-toc ul li { font-size: 10px !important; } }")
(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.
@media screen and (max-width: 768px) {
    #toc, .mw-parser-output .toc, .vector-toc {
        font-size: 10px !important; /* Adjust size as needed */
    }

    /* Adjust TOC section headers */
    #toc h2, .vector-toc h2 {
        font-size: 12px !important;
    }

    /* Adjust TOC list items */
    #toc ul li, .vector-toc ul li {
        font-size: 10px !important;
    }
}