Fix emoji rendering
ci/woodpecker/pr/woodpecker Pipeline was successful Details

This commit is contained in:
eris 2022-08-03 05:05:33 +00:00
parent ef41494bad
commit 87d7ae576a
2 changed files with 6 additions and 1 deletions

View File

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

View File

@ -89,4 +89,9 @@
}
}
}
.still-image.emoji {
img {
height: unset;
}
}
</style>