From bb99614d5bb04cfd855864e957eab68803f92605 Mon Sep 17 00:00:00 2001 From: limepotato Date: Sat, 7 Sep 2024 22:50:14 -0600 Subject: [PATCH] pixelated image --- custom/assets/instance.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/custom/assets/instance.css b/custom/assets/instance.css index 201cc71ab..d9e9a02b6 100644 --- a/custom/assets/instance.css +++ b/custom/assets/instance.css @@ -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; +}