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 {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
transform: scale(2);
|
||||
transition: transform .1s ease-out;
|
||||
filter: drop-shadow(0px 0px 1px rgba(0,0,0,.5));
|
||||
}
|
||||
|
||||
.checklist input {
|
||||
|
Reference in New Issue
Block a user