Merge branch 'develop' of github.com:thecodingmachine/workadventure
This commit is contained in:
@@ -28,8 +28,8 @@
|
||||
height: 80%;
|
||||
|
||||
&> div {
|
||||
max-height: 120px;
|
||||
min-width: 200px;
|
||||
max-height: 21vh;
|
||||
}
|
||||
|
||||
.video-container{
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user