Undo changes to bring code back to upstream

This commit is contained in:
eris 2022-08-03 06:15:53 +00:00
parent 60f9da14dc
commit a06be20eac
2 changed files with 2 additions and 7 deletions

View file

@ -49,7 +49,7 @@
}
.emoji {
display: inline-flex;
display: inline-block;
width: var(--emoji-size, 32px);
height: var(--emoji-size, 32px);
}

View file

@ -50,7 +50,7 @@
img {
width: 100%;
height: 100%;
object-fit: cover;
object-fit: contain;
}
&.animated {
@ -89,9 +89,4 @@
}
}
}
.still-image.emoji {
img {
height: unset;
}
}
</style>