mirror of
https://github.com/Binaryify/vue-tetris.git
synced 2026-01-21 05:57:57 +08:00
Merge pull request #13 from zagran/fix/zoom-on-mobile
Mobile version experience enhancement.
This commit is contained in:
@@ -2,6 +2,11 @@ body{
|
|||||||
background: #009688;
|
background: #009688;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
touch-action: manipulation;
|
||||||
|
-webkit-user-select: none;
|
||||||
|
-moz-user-select: none;
|
||||||
|
-khtml-user-select: none;
|
||||||
|
-ms-user-select: none;
|
||||||
}
|
}
|
||||||
.load{
|
.load{
|
||||||
width:240px;
|
width:240px;
|
||||||
|
|||||||
Reference in New Issue
Block a user