use transform to scale emojis. this prevents text jumping on hover
This commit is contained in:
parent
699ff644ad
commit
61f85bcb14
@ -282,8 +282,9 @@ code.inline-code {
|
|||||||
}
|
}
|
||||||
|
|
||||||
img.smiley.emoji:hover {
|
img.smiley.emoji:hover {
|
||||||
width: 32px;
|
transform: scale(2);
|
||||||
height: 32px;
|
transition: transform .1s ease-out;
|
||||||
|
filter: drop-shadow(0px 0px 1px rgba(0,0,0,.5));
|
||||||
}
|
}
|
||||||
|
|
||||||
.checklist input {
|
.checklist input {
|
||||||
|
Reference in New Issue
Block a user