mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
info_density: Scale reaction emoji with font-size.
This commit is contained in:
@@ -49,8 +49,9 @@
|
||||
|
||||
.emoji {
|
||||
margin: 1px 3px;
|
||||
height: 17px;
|
||||
width: 17px;
|
||||
/* 17px at 14px/1em */
|
||||
height: 1.2143em;
|
||||
width: 1.2143em;
|
||||
/* Preserve the emoji's dimensions, no
|
||||
matter what the flexbox does. */
|
||||
flex-shrink: 0;
|
||||
|
||||
Reference in New Issue
Block a user