other stuff

This commit is contained in:
Pünkösd Marcell 2021-06-15 00:11:42 +02:00
parent 4a5ac1978f
commit c9d14f232e
2 changed files with 3 additions and 2 deletions

View File

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1.0,user-scalable=0'>
<meta name="viewport" content="width=device-width, user-scalable=no" />
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<title><%= htmlWebpackPlugin.options.title %></title>
</head>

View File

@ -82,7 +82,7 @@ export default {
this.sequenceCleanerTimeout = setTimeout(() => {
this.sequence = []
this.sequenceCleanerTimeout = null
},3000)
},750)
return false;
},
@ -151,6 +151,7 @@ export default {
.bigBoyButton {
width: 100%;
height: 100%;
font-size: ;
}
</style>