fix some MFM effects not working sometimes

This commit is contained in:
Johann150 2023-03-05 00:10:42 +01:00
parent ada0a7fa5a
commit 424a9ce7d1
Signed by: Johann150
GPG key ID: 9EE6577A2A06F8F1

View file

@ -4,6 +4,7 @@
}
.mfm-flip {
display: inline-block;
transform: scaleX(-1);
}
.mfm-flip[data-mfm-v] {
@ -42,6 +43,7 @@
}
.mfm-rotate {
display: inline-block;
transform: rotate(calc(var(--mfm-deg, 90) * 1deg));
transform-origin: center center;
}