fix custom emoji in username, fix gif avatar not being animated when hovering on

the notification
This commit is contained in:
Henry Jameson 2018-08-20 20:05:12 +03:00
parent 35b912bce4
commit 3ccea3442e

View file

@ -79,7 +79,7 @@
} }
} }
&:hover .animated.avatar { &:hover .animated.avatar-compact {
canvas { canvas {
display: none; display: none;
} }
@ -155,6 +155,13 @@
max-width: 100%; max-width: 100%;
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap; white-space: nowrap;
img {
width: 14px;
height: 14px;
vertical-align: middle;
object-fit: contain
}
} }
.timeago { .timeago {
float: right; float: right;