forked from AkkomaGang/akkoma-fe
fix custom emoji in username, fix gif avatar not being animated when hovering on
the notification
This commit is contained in:
parent
35b912bce4
commit
3ccea3442e
1 changed files with 8 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue