diff options
| author | Henry Jameson <me@hjkos.com> | 2018-08-20 20:05:12 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2018-08-20 20:05:12 +0300 |
| commit | 3ccea3442ec71bee8136886474b877526100ed70 (patch) | |
| tree | c6aaef4e1553f9e8c89530951439978dcf61e92a | |
| parent | 35b912bce4e883b4ed33b3d71c5b5626a7f1a492 (diff) | |
fix custom emoji in username, fix gif avatar not being animated when hovering on
the notification
| -rw-r--r-- | src/components/notifications/notifications.scss | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/components/notifications/notifications.scss b/src/components/notifications/notifications.scss index 2bc71bfe..08557ea2 100644 --- a/src/components/notifications/notifications.scss +++ b/src/components/notifications/notifications.scss @@ -79,7 +79,7 @@ } } - &:hover .animated.avatar { + &:hover .animated.avatar-compact { canvas { display: none; } @@ -155,6 +155,13 @@ max-width: 100%; text-overflow: ellipsis; white-space: nowrap; + + img { + width: 14px; + height: 14px; + vertical-align: middle; + object-fit: contain + } } .timeago { float: right; |
