Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit ad090ac

Browse files
authored
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.
1 parent 563b815 commit ad090ac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

res/css/views/voip/_CallView.pcss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ limitations under the License.
3131
width: auto;
3232
height: 100%;
3333
border: none;
34+
border-radius: inherit;
35+
background-color: $call-lobby-background;
3436
}
3537

3638
/* While the lobby is shown, the widget needs to stay loaded but hidden in the background */

0 commit comments

Comments
 (0)