Precise emoji sizing

This commit is contained in:
itepechi 2023-09-09 05:11:10 +09:00
parent 56359fcccb
commit 55fe9a51d6
2 changed files with 3 additions and 3 deletions

View File

@ -61,7 +61,7 @@
}
&-user-name {
--emoji-size: 1em;
--emoji-size: 14px;
}
&-user-name-value {

View File

@ -94,7 +94,7 @@
text-overflow: ellipsis;
--_still_image-label-scale: 0.25;
--emoji-size: 1em;
--emoji-size: 18px;
}
.status-favicon {
@ -107,7 +107,7 @@
margin-bottom: 0.5em;
.emoji {
--emoji-size: 1em;
--emoji-size: 18px;
}
}