pixelated image
Some checks failed
/ test-build (push) Has been cancelled

This commit is contained in:
nelle 2024-09-07 22:50:14 -06:00
parent abe5e61efc
commit bb99614d5b

View file

@ -282,3 +282,11 @@ section.modal._popup>div.form>textarea {
.profile~.contents>div>._panel .content:not(.omitted) .empty {
display: none;
}
/* Koppers Pixelated Image CSS */
.emoji>img,
.MkCustomEmoji-root-eJ4G,
.mk-emoji.custom,
.custom-emoji {
image-rendering: pixelated;
}