Add back .empty MathJax styles

This commit is contained in:
Abdo 2025-09-30 16:32:49 +03:00
parent fbd21ba7f1
commit e5612b1340

View file

@ -1,4 +1,4 @@
:global(anki-mathjax) {
anki-mathjax {
white-space: pre;
}
@ -11,3 +11,9 @@ img {
margin: 1rem auto;
transform: scale(1.1);
}
.empty {
vertical-align: text-bottom;
width: var(--font-size);
height: var(--font-size);
}