MediaWiki:Mobile.css

From LOTR-TCG Wiki

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 */

/* Card infoboxes get cut off horizontally for some reason unless the width is overridden */


.card-infobox-container a .image,
.card-infobox-container .gallerycarousel,
.card-infobox-container .gallery .mw-gallery-slideshow-img-container{
	min-height: 497px;
	min-width: 350px;
}

.card-infobox-container.wikitable {
	width:350!important;
}

.card-infobox-container .gallerybox {
	padding: 0.25em;
}