Merge branch 'develop' of github.com:thecodingmachine/workadventure into MenuSvelte
This commit is contained in:
commit
e86892b9a5
18 changed files with 98 additions and 9 deletions
|
@ -28,8 +28,8 @@
|
|||
height: 80%;
|
||||
|
||||
&> div {
|
||||
max-height: 120px;
|
||||
min-width: 200px;
|
||||
max-height: 21vh;
|
||||
}
|
||||
|
||||
.video-container{
|
||||
|
|
|
@ -46,6 +46,11 @@ body .message-info.warning{
|
|||
height: 100%;
|
||||
max-height: 90vh;
|
||||
cursor: url('./images/cursor_pointer.png'), pointer;
|
||||
|
||||
&.mobile{
|
||||
width: 100%;
|
||||
height: 21vh;
|
||||
}
|
||||
}
|
||||
|
||||
i {
|
||||
|
@ -72,6 +77,10 @@ body .message-info.warning{
|
|||
bottom: 5px;
|
||||
padding: 10px;
|
||||
z-index: 2;
|
||||
|
||||
&.active {
|
||||
display: block !important;
|
||||
}
|
||||
}
|
||||
|
||||
img.block-logo {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue