alex4401 / mediawiki-extensions-DataMaps

Interactive data maps extension without extra services needed.
https://mediawiki.org/wiki/Extension:DataMaps
Other
5 stars 5 forks source link

feat: use a more accurate way to hide zoom button for touch devices #294

Closed alistair3149 closed 3 months ago

alistair3149 commented 3 months ago

The media query @media (hover: none) and (pointer: coarse) should be able to target touch devices only.

Related: #288