mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-21 09:27:31 -07:00
disable pixelated image rendering in favor of a later fix
Some checks failed
/ test-build (push) Has been cancelled
Some checks failed
/ test-build (push) Has been cancelled
This commit is contained in:
parent
366d94f435
commit
496f93a66f
1 changed files with 2 additions and 2 deletions
|
@ -252,10 +252,10 @@ section.modal._popup>div.form>textarea {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Koppers Pixelated Image CSS */
|
/* Koppers Pixelated Image CSS
|
||||||
.emoji>img,
|
.emoji>img,
|
||||||
.MkCustomEmoji-root-eJ4G,
|
.MkCustomEmoji-root-eJ4G,
|
||||||
.mk-emoji.custom,
|
.mk-emoji.custom,
|
||||||
.custom-emoji {
|
.custom-emoji {
|
||||||
image-rendering: pixelated;
|
image-rendering: pixelated;
|
||||||
}
|
}*/
|
||||||
|
|
Loading…
Reference in a new issue