From 775125c8a75e6b63ea04a92752e7d833668aacbd Mon Sep 17 00:00:00 2001 From: David Baker Date: Wed, 6 Jul 2022 13:44:17 +0100 Subject: [PATCH] Fix view when another person is talking Fixes https://github.com/vector-im/element-call/issues/445 --- src/room/PTTButton.module.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/room/PTTButton.module.css b/src/room/PTTButton.module.css index a0b64b517..c01ed45f3 100644 --- a/src/room/PTTButton.module.css +++ b/src/room/PTTButton.module.css @@ -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 {