GW2 Wiki English Mirror:Projects/CSS documentation/widgets- monobook

From GW2 Wiki English Mirror
< GW2 Wiki English Mirror:Projects‎ | CSS documentation
Revision as of 18:24, 2 August 2023 by imported>Chieftain Alex (New page: '<pre> →‎* Generic widgets - Interactive maps with leaflet plugin *: →‎Overwrite default MW responsive skin rule which has the effect of hiding map tiles at low widths: @media screen and (max-width: 550px) { body.skin--responsive .monobook-body .leaflet-container img { max-width: unset !important; } } </pre><noinclude>Category:Projects CSS documentation</noinclude>')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
/** Generic widgets - Interactive maps with leaflet plugin **/
/* Overwrite default MW responsive skin rule which has the effect of hiding map tiles at low widths */
@media screen and (max-width: 550px) {
    body.skin--responsive .monobook-body .leaflet-container img {
        max-width: unset !important;
    }
}