[FIX] adjust the position for speaking avatar when no webcam

This commit is contained in:
luciash 2016-03-17 15:29:07 +01:00
parent 73cb24a7c1
commit b9b8cf26ee
1 changed files with 7 additions and 0 deletions

View File

@ -4933,3 +4933,10 @@ a:active {
text-decoration: none;
}
img#dominantSpeakerAvatar {
position: absolute;
left: 50%;
top: 50%;
margin-top: -50px;
margin-left: -50px;
}