other stuff
This commit is contained in:
parent
4a5ac1978f
commit
c9d14f232e
@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<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">
|
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
|
||||||
<title><%= htmlWebpackPlugin.options.title %></title>
|
<title><%= htmlWebpackPlugin.options.title %></title>
|
||||||
</head>
|
</head>
|
||||||
|
@ -82,7 +82,7 @@ export default {
|
|||||||
this.sequenceCleanerTimeout = setTimeout(() => {
|
this.sequenceCleanerTimeout = setTimeout(() => {
|
||||||
this.sequence = []
|
this.sequence = []
|
||||||
this.sequenceCleanerTimeout = null
|
this.sequenceCleanerTimeout = null
|
||||||
},3000)
|
},750)
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
},
|
},
|
||||||
@ -151,6 +151,7 @@ export default {
|
|||||||
.bigBoyButton {
|
.bigBoyButton {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
font-size: ;
|
||||||
}
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
Loading…
Reference in New Issue
Block a user