diff --git a/src/room/PTTButton.module.css b/src/room/PTTButton.module.css index a0b64b51..c01ed45f 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 {