mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 12:47:11 -05:00
Add back .empty MathJax styles
This commit is contained in:
parent
fbd21ba7f1
commit
e5612b1340
1 changed files with 7 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue