[FIX] adjust the position for speaking avatar when no webcam
This commit is contained in:
parent
73cb24a7c1
commit
b9b8cf26ee
|
@ -4933,3 +4933,10 @@ a:active {
|
|||
text-decoration: none;
|
||||
}
|
||||
|
||||
img#dominantSpeakerAvatar {
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
top: 50%;
|
||||
margin-top: -50px;
|
||||
margin-left: -50px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue