some magic numbers to improve twemoji sizing/alignment

This commit is contained in:
2020-03-30 00:53:54 -04:00
parent 933a1fe0cd
commit b5e5af148e
5 changed files with 18 additions and 9 deletions
+4 -4
View File
@@ -90,10 +90,10 @@ div.highlight {
// make SVG twemojis relative to surrounding text
// https://github.com/twitter/twemoji#inline-styles
img.emoji {
height: 1em !important;
width: 1em !important;
margin: 0 0.05em 0 0.1em !important;
vertical-align: -0.1em !important;
height: 1.1em !important;
width: 1.1em !important;
margin: 0 0.09em !important;
vertical-align: -0.18em !important;
display: inline !important;
}