Page MenuHomePhabricator

Complexe emoji characters are displayed too small (for good understand)
Open, Needs TriagePublic

Description

1/ Open the page https://www.wikidata.org/wiki/Q49836
2/ Scroll to go to the value of https://www.wikidata.org/wiki/Property:P487

The Unicode character is displayed to small here:

  • this unicode character is graphical with many details.

Solutions :

  • Add this CSS rule :
div#P487 .wikibase-snakview-value.wikibase-snakview-variation-valuesnak { zoom: 3; }

or

  • Add an option in user config for choose the properties where apply a zoom

Event Timeline

such css rule could be added to https://www.wikidata.org/wiki/MediaWiki:Common.css if this is something most users want. Otherwise it can be added to user css or maybe a gadget

I don't know if anyone but this particular editor wants this. I certainly don't see a reason for such a minor unnecessary rule.