scale custom emoji with mfm

This commit is contained in:
FloatingGhost 2022-07-20 16:53:59 +01:00
parent a8c4aec721
commit 3302ef08ae

View file

@ -6,10 +6,32 @@
.emoji {
--_still_image-label-scale: 0.5;
width: 50px;
height: 50px;
}
._mfm_x2_ {
.emoji {
width: 100px;
height: 100px;
}
}
._mfm_x3_ {
.emoji {
width: 150px;
height: 150px;
}
}
._mfm_x4_ {
.emoji {
width: 200px;
height: 200px;
}
}
.attachments {
margin-top: 0.5em;
}