disable double tap zoom on mobile

This commit is contained in:
slweeb 2022-01-04 13:53:26 -05:00
parent ca34968f29
commit 37744dd08d
2 changed files with 4 additions and 1 deletions

View File

@ -1,7 +1,7 @@
[Future Plans]
+ Artists' Update (Painting, Lines, Shapes, etc.)
+ Explosives Update
+ Electricity & Machines Update
+ ~~Electricity~~ & Machines Update
+ Mod Manager Update
[Version 0.8 - Electricity]

View File

@ -236,6 +236,9 @@
flex-wrap:wrap;
text-align:center;
}
.disable-dbl-tap-zoom { /*Disable double tap zoom on mobile devices*/
touch-action: manipulation;
}
</style>
<script>