MediaWiki:Mobile.css: Difference between revisions

From Whonix
Jump to navigation Jump to search
Content added Content deleted
 
Tag: Replaced
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
/* source: https://commons.wikimedia.org/wiki/MediaWiki:Mobile.css */
/* CSS placed here will affect users of the mobile site */
/* CSS placed here will affect users of the mobile site */

@media screen, handheld {
.com-mobile-handheld-hidden {
display: none !important;
}
.com-mobile-handheld-only {
display: block !important;
}
}

Latest revision as of 07:24, 20 January 2022

/* CSS placed here will affect users of the mobile site */