disable double tap zoom on mobile
This commit is contained in:
parent
ca34968f29
commit
37744dd08d
|
|
@ -1,7 +1,7 @@
|
||||||
[Future Plans]
|
[Future Plans]
|
||||||
+ Artists' Update (Painting, Lines, Shapes, etc.)
|
+ Artists' Update (Painting, Lines, Shapes, etc.)
|
||||||
+ Explosives Update
|
+ Explosives Update
|
||||||
+ Electricity & Machines Update
|
+ ~~Electricity~~ & Machines Update
|
||||||
+ Mod Manager Update
|
+ Mod Manager Update
|
||||||
|
|
||||||
[Version 0.8 - Electricity]
|
[Version 0.8 - Electricity]
|
||||||
|
|
|
||||||
|
|
@ -236,6 +236,9 @@
|
||||||
flex-wrap:wrap;
|
flex-wrap:wrap;
|
||||||
text-align:center;
|
text-align:center;
|
||||||
}
|
}
|
||||||
|
.disable-dbl-tap-zoom { /*Disable double tap zoom on mobile devices*/
|
||||||
|
touch-action: manipulation;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue