Change drum to match Switch, add fullscreen to songsel, fix tutorial

This commit is contained in:
LoveEevee
2018-10-06 16:24:23 +03:00
parent 57632a83e5
commit e1b8b45d88
14 changed files with 121 additions and 175 deletions

View File

@@ -137,8 +137,9 @@ body{
border: 5px black solid;
border-radius: 10px;
height: 65%;
width: 50%;
max-width: 800px;
padding: 20px;
margin: 8px;
font-size: 16pt;
position: relative;
}
@@ -214,3 +215,12 @@ kbd{
left: 0;
margin: auto;
}
#song-select #touch-full-btn{
display: none;
position: absolute;
top: 0;
right: 0;
width: 12.5vmin;
height: 12.5vmin;
opacity: 0.5;
}