Compare commits

...

1 commit

Author SHA1 Message Date
87d7ae576a Fix emoji rendering
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
2022-08-03 05:07:11 +00:00
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>