Merge pull request #446 from vector-im/dbkr/fix_talking_view

Fix view when another person is talking
This commit is contained in:
David Baker 2022-07-06 18:08:32 +01:00 committed by GitHub
commit 16d4ffbe3a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 {