MediaWiki:Mobile.css

From Candypedia
Revision as of 19:37, 24 April 2025 by SuitCase (talk | contribs) (tweaking)

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)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* All CSS here will be loaded for users of the mobile site */

/* force navboxes to show and scroll on mobile */
.navbox,
.navbox-inner {
  display: block !important;
  width: auto !important;
  overflow-x: auto !important;
  -webkit-overflow-scrolling: touch;
}

/* lay out the groups inline so they scroll as one row */
.navbox-group,
.navbox-list {
  white-space: nowrap;
  margin: 0;
  padding: 0;
}
.navbox-group > li,
.navbox-list > li {
  display: inline-block;
  float: none;
}