MediaWiki:Monobook.css: Difference between revisions

From Protochroma Wiki
mNo edit summary
mNo edit summary
Line 8: Line 8:
}
}


body.skin--responsive .monobook-body table.border {
body.skin--responsive .monobook-body table.border img {


     height: unset !important;
     height: unset !important;

Revision as of 19:34, 9 January 2023

@media screen and (max-width: 550px){

body.skin--responsive .monobook-body .scrollbox img {

    height: unset !important;
    max-width: unset !important;

}

body.skin--responsive .monobook-body table.border img {

    height: unset !important;
    max-width: unset !important;

}
}