Merge pull request #446 from vector-im/dbkr/fix_talking_view
Fix view when another person is talking
This commit is contained in:
commit
16d4ffbe3a
1 changed files with 2 additions and 2 deletions
|
@ -19,8 +19,8 @@
|
||||||
|
|
||||||
.avatar {
|
.avatar {
|
||||||
/* Remove explicit size to allow avatar to scale with the button */
|
/* Remove explicit size to allow avatar to scale with the button */
|
||||||
width: unset !important;
|
width: 100% !important;
|
||||||
height: unset !important;
|
height: 100% !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.talking {
|
.talking {
|
||||||
|
|
Loading…
Add table
Reference in a new issue