Merge branch 'develop' of github.com:thecodingmachine/workadventure into main
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user