Skip to content

Commit

Permalink
Merge pull request #446 from vector-im/dbkr/fix_talking_view
Browse files Browse the repository at this point in the history
Fix view when another person is talking
  • Loading branch information
dbkr authored Jul 6, 2022
2 parents 631e63a + 775125c commit 16d4ffb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/room/PTTButton.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 16d4ffb

Please sign in to comment.