mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
info_density: Scale reaction emoji with font-size.
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user