change more animated gif avatars to work properly

This commit is contained in:
Shpuld Shpuldson 2020-08-25 11:40:02 +03:00
parent 06159101cf
commit f0ac40a428
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
.chat-message-wrapper {
&.hovered-message-chain {
.animated.avatar {
.animated.Avatar {
canvas {
display: none;
}

View File

@ -39,7 +39,7 @@
word-wrap: break-word;
word-break: break-word;
&:hover .animated.avatar {
&:hover .animated.Avatar {
canvas {
display: none;
}