Commit 9e84a03c authored by Simon Knox's avatar Simon Knox

Merge branch '297195-emojis-are-cut-and-huge-across-gitlab' into 'master'

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

See merge request gitlab-org/gitlab!52623
parents 7dee6046 c1018a62
......@@ -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