Start to anchor video calls

This commit is contained in:
2020-04-13 11:18:04 +02:00
parent 3961e79491
commit b1dd0d1dd4
9 changed files with 85 additions and 8 deletions

View File

@ -27,6 +27,15 @@
visibility: visible;
}
.call-window.embedded {
position: relative;
top: unset !important;
left: unset !important;
width: unset;
height: 150px;
margin: 20px;
}
.call-window .head {
color: white;
padding: 5px;