info_density: Scale reaction emoji with font-size.

This commit is contained in:
Karl Stolley
2024-06-24 15:06:18 -05:00
committed by Tim Abbott
parent f35e1fdef6
commit 8fb8bd95f0

View File

@@ -49,8 +49,9 @@
.emoji { .emoji {
margin: 1px 3px; margin: 1px 3px;
height: 17px; /* 17px at 14px/1em */
width: 17px; height: 1.2143em;
width: 1.2143em;
/* Preserve the emoji's dimensions, no /* Preserve the emoji's dimensions, no
matter what the flexbox does. */ matter what the flexbox does. */
flex-shrink: 0; flex-shrink: 0;