Difference between revisions of "MediaWiki:Common.css"
		
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
		
		
		
		
		
	
|  (Created page with "→CSS placed here will be applied to all skins:  body.page-Community_portal li#ca-talk { display: none !important; }") | |||
| Line 1: | Line 1: | ||
| /* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
| body.page-Community_portal li#ca-talk { display: none !important; } | body.page-Community_portal li#ca-talk { display: none !important; } | ||
| + | |||
| + | @media (max-width: 640px) { | ||
| + | 	.flagicon a > img, | ||
| + | 	.flagicon noscript > img { | ||
| + | 		max-width: none !important; | ||
| + | 	} | ||
| + | } | ||
Latest revision as of 13:46, 8 May 2025
/* CSS placed here will be applied to all skins */
body.page-Community_portal li#ca-talk { display: none !important; }
@media (max-width: 640px) {
	.flagicon a > img,
	.flagicon noscript > img {
		max-width: none !important;
	}
}
