-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow labels to contain emoji #6063
Conversation
Minor cleanup of tribute code in footer.tmpl Signed-off-by: jolheiser <john.olheiser@gmail.com>
Signed-off-by: jolheiser <john.olheiser@gmail.com>
Codecov Report
@@ Coverage Diff @@
## master #6063 +/- ##
==========================================
+ Coverage 38.86% 38.87% +<.01%
==========================================
Files 345 345
Lines 49507 49508 +1
==========================================
+ Hits 19241 19246 +5
+ Misses 27483 27480 -3
+ Partials 2783 2782 -1
Continue to review full report at Codecov.
|
…lations" This reverts commit ec3e1a3.
I did the same find and replace to test this out locally, but you've beat me in creating a PR :-) I've seen that in the labels overview the labels to have a label icon at the beginning, maybe this has a different css class and fits better? |
Semantic is full of weird hacks like that 😢 Looking at your screenshots, I think the emojis are still a little bit too big and seem not exactly vertically centered in some cases. Maybe you could get them a bit closer to GitHub's styling: g-emoji {
font-family: Apple Color Emoji,Segoe UI,Segoe UI Emoji,Segoe UI Symbol;
font-size: 1.2em;
font-weight: 400;
line-height: 20px;
vertical-align: middle;
}
g-emoji img {
height: 1em;
width: 1em;
}
.IssueLabel .g-emoji {
display: inline-block;
font-size: 1em;
line-height: 1;
position: relative;
top: -.05em;
}
.IssueLabel--big .g-emoji {
display: inline-block;
margin-top: -1px;
} |
I like them at |
…label_emoji Update label emoji size to 1.2em
Ouch... It was for 1.9.0... sry, already merged :) |
Ugh, sorry about the Makefile. I've been trying to keep up with that and removing it before committing. |
Resolves #6062
In my opinion they seem a little bulky...
Look at below comments for updated images.