Signed-off-by: Ajay Bura <ajbura@gmail.com>
& img.emoji,
& img[data-mx-emoticon] {
- height: var(--fs-#{$type});
+ height: calc(var(--lh-#{$type}) - .25rem);
}
}
margin-right: 2px !important;
padding: 0 !important;
position: relative;
- top: 2px;
+ top: -.1rem;
+ vertical-align: middle;
}
}
cursor: pointer;
& .react-emoji {
- width: 14px;
- height: 14px;
+ width: 16px;
+ height: 16px;
margin: 2px;
}
&-count {
color: var(--tc-surface-normal)
}
&-tooltip .react-emoji {
- width: 14px;
- height: 14px;
+ width: 16px;
+ height: 16px;
margin: 0 var(--sp-ultra-tight);
margin-bottom: -2px;
}