mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 04:15:17 +00:00
Start to anchor video calls
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user