Fix the background color flashing when joining a call (#9640)

Because the persisted widget element takes an extra layout tick to be moved into place, you would briefly see the background color of the call view flash into view when joining a call. Giving the widget tile a background fixes this.
This commit is contained in:
Robin 2022-11-28 23:23:11 -05:00 committed by GitHub
parent 563b815108
commit ad090ac4cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,6 +31,8 @@ limitations under the License.
width: auto;
height: 100%;
border: none;
border-radius: inherit;
background-color: $call-lobby-background;
}
/* While the lobby is shown, the widget needs to stay loaded but hidden in the background */