Use pixelated (up)scaling for custom emoji

This commit is contained in:
Nguyễn Gia Phong 2023-01-05 02:51:50 +09:00
parent f288d0c219
commit d547ffa00f
Signed by: cnx
GPG Key ID: 27148B2C06A2224B
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,