Merge pull request #4865 from jitsi/position-status-message
fix(remote-status-message): position
This commit is contained in:
commit
d9cc664ea6
|
@ -429,6 +429,8 @@ export class VideoContainer extends LargeContainer {
|
|||
return;
|
||||
}
|
||||
|
||||
this.positionRemoteStatusMessages();
|
||||
|
||||
const [ width, height ] = this._getVideoSize(containerWidth, containerHeight);
|
||||
|
||||
if (width === 0 || height === 0) {
|
||||
|
@ -457,8 +459,6 @@ export class VideoContainer extends LargeContainer {
|
|||
|
||||
this.$avatar.css('top', top);
|
||||
|
||||
this.positionRemoteStatusMessages();
|
||||
|
||||
this.$wrapper.animate({
|
||||
width,
|
||||
height,
|
||||
|
|
Loading…
Reference in New Issue