mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
Reduce emoji size (#12317)
* Reduce emoji size Rendering should now pretty much match GitHub with 1.25em. I verified that emojis don't increase the line height and removed unecessary size overrides because now all emojis should appear similar in relation to the font size. * fix reaction hover
This commit is contained in:
@@ -2387,7 +2387,7 @@
|
||||
.select-reaction {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding: .5rem;
|
||||
padding: 0 .5rem;
|
||||
|
||||
&:not(.active) a {
|
||||
display: none;
|
||||
|
Reference in New Issue
Block a user