mirror of
https://github.com/vector-im/element-call.git
synced 2026-02-02 04:05:56 +00:00
Merge pull request #446 from vector-im/dbkr/fix_talking_view
Fix view when another person is talking
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user