Disable double tap to zoom to allow fast tapping on plus/minus signs

This commit is contained in:
Gabriel Augendre 2022-04-25 22:01:41 +02:00
parent 08acd02d3b
commit 95d31380fb

View file

@ -10,6 +10,7 @@
<style>
body {
margin-bottom: 2em;
touch-action: manipulation;
}
</style>
<script defer src="{% static "vendor/fontawesome-6.1.1-free/brands.min.js" %}"></script>