Reduce emoji size and expand on hover

This commit is contained in:
eris 2022-07-28 23:58:04 +00:00
parent 2258174a00
commit 1189607f2e
1 changed files with 6 additions and 2 deletions

View File

@ -6,8 +6,12 @@
.emoji {
--_still_image-label-scale: 0.5;
--emoji-size: 50px;
--emoji-size: 50px;
--emoji-size: 38px;
}
.emoji:hover {
transform: scale(1.4);
transition: 0.05s;
}
._mfm_x2_ {