Merge branch 'develop' of github.com:thecodingmachine/workadventure into main

This commit is contained in:
_Bastler
2021-06-15 09:21:40 +02:00
3 changed files with 19 additions and 16 deletions
+5 -9
View File
@@ -353,13 +353,13 @@ video.myCamVideo{
body {
margin: 0;
height: 100vh;
width: 100vw;
height: 100%;
width: 100%;
}
.main-container {
height: 100vh;
width: 100vw;
height: 100%;
width: 100%;
position: absolute;
}
@@ -379,10 +379,7 @@ body {
}
#game {
height: 100%;
width: 100%;
position: relative;
/* Position relative is needed for the game-overlay. */
position: relative; /* Position relative is needed for the game-overlay. */
}
.audioplayer:first-child {
@@ -639,7 +636,6 @@ input[type=range]:focus::-ms-fill-upper {
.media-container {
display: flex;
justify-content: center;
flex-direction: column;
overflow: hidden;
}