Use pixelated (up)scaling for custom emoji #270

Open
cnx wants to merge 1 commits from cnx/akkoma-fe:pixemoji into develop
2 changed files with 2 additions and 0 deletions

View File

@ -65,6 +65,7 @@
box-sizing: border-box;
.reaction-emoji {
width: 2.55em !important;
image-rendering: pixelated;
margin-right: 0.25em;
}
&:focus {

View File

@ -52,6 +52,7 @@
display: inline-block;
width: var(--emoji-size, 32px);
height: var(--emoji-size, 32px);
image-rendering: pixelated;
}
.img,