mirror of
https://akkoma.dev/AkkomaGang/akkoma-fe
synced 2025-04-30 11:09:30 +08:00
Use pixelated (up)scaling for custom emoji
This commit is contained in:
parent
f288d0c219
commit
d547ffa00f
2 changed files with 2 additions and 0 deletions
|
@ -65,6 +65,7 @@
|
|||
box-sizing: border-box;
|
||||
.reaction-emoji {
|
||||
width: 2.55em !important;
|
||||
image-rendering: pixelated;
|
||||
margin-right: 0.25em;
|
||||
}
|
||||
&:focus {
|
||||
|
|
|
@ -52,6 +52,7 @@
|
|||
display: inline-block;
|
||||
width: var(--emoji-size, 32px);
|
||||
height: var(--emoji-size, 32px);
|
||||
image-rendering: pixelated;
|
||||
}
|
||||
|
||||
.img,
|
||||
|
|
Loading…
Reference in a new issue