use transform to scale emojis. this prevents text jumping on hover

This commit is contained in:
Mario Vavti 2018-03-16 11:03:22 +01:00
parent 699ff644ad
commit 61f85bcb14

View File

@ -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 {