MediaWiki:Gadget-mobile.css: Difference between revisions

m
enable scalable images
imported>Kittymmeow
No edit summary
m (enable scalable images)
Line 1,010: Line 1,010:


/* IMPORTANT: all mobile-only styles in this gadget MUST have their selectors prefixed by .skin-minerva or they will override desktop styles on desktop as well due to a bug with gadgets. If the style is okay with being loaded with javascript, use [[MediaWiki:Mobile.css]] instead */
/* IMPORTANT: all mobile-only styles in this gadget MUST have their selectors prefixed by .skin-minerva or they will override desktop styles on desktop as well due to a bug with gadgets. If the style is okay with being loaded with javascript, use [[MediaWiki:Mobile.css]] instead */
img.scalable { /* class for scalable images (https://help.gamepedia.com/Advanced_images#Using_css-defined_classes) */
    max-width: 100%;
    height:auto;
}