MediaWiki:Monobook.css: Difference between revisions
From Protochroma Wiki
(there we go.) |
(this should fix tiny images in templates too...?) |
||
Line 1: | Line 1: | ||
@media screen and (max-width: 550px){ | @media screen and (max-width: 550px){ | ||
body.skin--responsive .monobook-body .scrollbox img { | body.skin--responsive .monobook-body table.border, .scrollbox img { | ||
height: unset !important; | height: unset !important; |
Revision as of 19:27, 9 January 2023
@media screen and (max-width: 550px){ body.skin--responsive .monobook-body table.border, .scrollbox img { height: unset !important; max-width: unset !important; } }