From ad090ac4cd28f0c51b410c1646317db02c71501f Mon Sep 17 00:00:00 2001 From: Robin Date: Mon, 28 Nov 2022 23:23:11 -0500 Subject: [PATCH] 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. --- res/css/views/voip/_CallView.pcss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/res/css/views/voip/_CallView.pcss b/res/css/views/voip/_CallView.pcss index 0e75ae7aeac..1fac95db82e 100644 --- a/res/css/views/voip/_CallView.pcss +++ b/res/css/views/voip/_CallView.pcss @@ -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 */