Merge pull request #4865 from jitsi/position-status-message

fix(remote-status-message): position
This commit is contained in:
yanas 2019-11-15 14:10:34 +00:00 committed by GitHub
commit d9cc664ea6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -429,6 +429,8 @@ export class VideoContainer extends LargeContainer {
return; return;
} }
this.positionRemoteStatusMessages();
const [ width, height ] = this._getVideoSize(containerWidth, containerHeight); const [ width, height ] = this._getVideoSize(containerWidth, containerHeight);
if (width === 0 || height === 0) { if (width === 0 || height === 0) {
@ -457,8 +459,6 @@ export class VideoContainer extends LargeContainer {
this.$avatar.css('top', top); this.$avatar.css('top', top);
this.positionRemoteStatusMessages();
this.$wrapper.animate({ this.$wrapper.animate({
width, width,
height, height,