mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-21 09:27:31 -07:00
This commit is contained in:
parent
abe5e61efc
commit
bb99614d5b
1 changed files with 8 additions and 0 deletions
|
@ -282,3 +282,11 @@ section.modal._popup>div.form>textarea {
|
||||||
.profile~.contents>div>._panel .content:not(.omitted) .empty {
|
.profile~.contents>div>._panel .content:not(.omitted) .empty {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Koppers Pixelated Image CSS */
|
||||||
|
.emoji>img,
|
||||||
|
.MkCustomEmoji-root-eJ4G,
|
||||||
|
.mk-emoji.custom,
|
||||||
|
.custom-emoji {
|
||||||
|
image-rendering: pixelated;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue