GameConfig: Fix css assets

This commit is contained in:
LoveEevee
2018-10-28 14:54:15 +03:00
parent d1ae38e9c4
commit a4e119ecf6
10 changed files with 33 additions and 14 deletions

View File

@@ -67,6 +67,10 @@
}
#touch-drum-img{
width: 100%;
height: 100%;
background-position: top;
background-size: cover;
background-repeat: no-repeat;
}
#touch-buttons{
display: none;
@@ -76,9 +80,12 @@
opacity: 0.5;
z-index: 5;
}
#touch-buttons img{
#touch-buttons div{
display: inline-block;
width: 12.5vmin;
height: 12.5vmin;
background-size: contain;
background-repeat: no-repeat;
}
.portrait #touch-buttons{
top: 11vh;