Fix view when another person is talking

Fixes https://github.com/vector-im/element-call/issues/445
This commit is contained in:
David Baker 2022-07-06 13:44:17 +01:00
parent 631e63a0b5
commit 775125c8a7

View file

@ -19,8 +19,8 @@
.avatar {
/* Remove explicit size to allow avatar to scale with the button */
width: unset !important;
height: unset !important;
width: 100% !important;
height: 100% !important;
}
.talking {