Commit c1018a62 authored by Donald Cook's avatar Donald Cook Committed by Simon Knox

Updated emoji to 1.2em (from 1.4) 🌞 👍 🕴

parent e10f7ccd
......@@ -261,7 +261,6 @@
// migrated to Vue.
.gl-button .award-emoji-block gl-emoji {
top: -1px;
margin-top: -1px;
margin-bottom: -1px;
}
......
gl-emoji {
font-style: normal;
display: inline-flex;
vertical-align: middle;
vertical-align: baseline;
font-family: 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
font-size: 1.4em;
line-height: 1em;
font-size: 1.2em;
line-height: 1;
}
.user-status-emoji {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment