MediaWiki:Monobook.css: Difference between revisions

From Protochroma Wiki
(this should fix tiny images in templates too...?)
mNo edit summary
Line 1: Line 1:
@media screen and (max-width: 550px){
@media screen and (max-width: 550px){


body.skin--responsive .monobook-body table.border, .scrollbox img {
body.skin--responsive .monobook-body .scrollbox img {
 
    height: unset !important;
    max-width: unset !important;
 
}
 
body.skin--responsive .monobook-body table.border {


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

Revision as of 19:29, 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 {

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

}
}