Parsesong: Fix drumroll timing

This commit is contained in:
LoveEevee
2018-09-27 18:31:57 +03:00
parent ad7eff3e11
commit 92d3165744
5 changed files with 20 additions and 8 deletions

View File

@@ -5,7 +5,7 @@
background-size: cover;
}
#game.default-bg{
background-size: contain;
background-size: calc(100vh / 720 * 512);
}
#canvas{
position: relative;