https://bugzilla.wikimedia.org/show_bug.cgi?id=64607
--- Comment #13 from Gabriel Wicke <[email protected]> --- (In reply to Jon from comment #12) > > We might need to add media queries to handle mobile-specific styling for > > Parsoid-specific content. Could you add a patch for this? > A better approach might be to simply wrap them in a media query that targets > larger screens (e.g. take a mobile first approach) - this would solve the > issue with mobile as the existing styles will kick in - sadly however this > will mean the rules are loaded unnecessarily on mobile. > > My main worry is this file getting even more bloaty. Would it not make sense > to use skinStyles on this module so that the styles only apply to > Vector/Monobook? We are moving this to core now: https://gerrit.wikimedia.org/r/#/c/130770/ Without those styles figures etc are completely unstyled. For this reason we'll add this as a styles.common.* module. Individual skins can further tweak the rendering if needed. Re bloat: The intention is to keep these styles minimal, and only load them on request in a separate RL module. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
