other stuff
This commit is contained in:
parent
4a5ac1978f
commit
c9d14f232e
@ -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>
|
||||
|
@ -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>
|
Loading…
Reference in New Issue
Block a user