Add autoplay toggle, fix notes not being skipped on autoplay

This commit is contained in:
LoveEevee
2018-10-15 02:18:01 +03:00
parent 925e6b44bd
commit 0e1283c537
4 changed files with 40 additions and 9 deletions

View File

@@ -3,7 +3,6 @@
top: 0;
left: 0;
width: 260px;
height: 240px;
background: #fff;
border: 1px solid #333;
color: #000;
@@ -111,3 +110,7 @@
#debug .exit-btn{
margin-left: 3px;
}
#debug .autoplay-label{
display: none;
}