From f0ac40a42805ff8ae614bec4afd1c0cacd15c3dc Mon Sep 17 00:00:00 2001 From: Shpuld Shpuldson Date: Tue, 25 Aug 2020 11:40:02 +0300 Subject: [PATCH] change more animated gif avatars to work properly --- src/components/chat_message/chat_message.scss | 2 +- src/components/notifications/notifications.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/chat_message/chat_message.scss b/src/components/chat_message/chat_message.scss index 240beea4..7d4ff60c 100644 --- a/src/components/chat_message/chat_message.scss +++ b/src/components/chat_message/chat_message.scss @@ -2,7 +2,7 @@ .chat-message-wrapper { &.hovered-message-chain { - .animated.avatar { + .animated.Avatar { canvas { display: none; } diff --git a/src/components/notifications/notifications.scss b/src/components/notifications/notifications.scss index 1bd91995..c6b2a5b5 100644 --- a/src/components/notifications/notifications.scss +++ b/src/components/notifications/notifications.scss @@ -39,7 +39,7 @@ word-wrap: break-word; word-break: break-word; - &:hover .animated.avatar { + &:hover .animated.Avatar { canvas { display: none; }