Centering character based on game div

Previously, character was centered based on window size, but when doing CoWebsite browsing, window size != game size, leading to poorly centered characters
This commit is contained in:
David Négrier 2020-08-31 17:56:11 +02:00
parent 1ed132145c
commit 9516f6615c
2 changed files with 23 additions and 23 deletions

View file

@ -299,12 +299,11 @@ body {
flex-basis: 100%;
}*/
.cowebsite iframe {
.cowebsite > iframe {
width: 100%;
height: 100%;
}
.game-overlay {
display: none;
position: absolute;