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

This commit is contained in:
_Bastler
2021-08-11 12:10:44 +02:00
18 changed files with 98 additions and 9 deletions
+1 -1
View File
@@ -28,8 +28,8 @@
height: 80%;
&> div {
max-height: 120px;
min-width: 200px;
max-height: 21vh;
}
.video-container{
+9
View File
@@ -45,6 +45,11 @@ body .message-info.warning {
width: 100%;
height: 100%;
max-height: 90vh;
&.mobile{
width: 100%;
height: 21vh;
}
}
i {
@@ -69,6 +74,10 @@ body .message-info.warning {
bottom: 5px;
padding: 10px;
z-index: 2;
&.active {
display: block !important;
}
}
img.block-logo {