Anki/ts/lib/editable/mathjax.scss
2025-09-30 16:35:37 +03:00

19 lines
278 B
SCSS

anki-mathjax {
white-space: pre;
}
img {
vertical-align: var(--vertical-center);
}
.block {
display: block;
margin: 1rem auto;
transform: scale(1.1);
}
.empty {
vertical-align: text-bottom;
width: var(--font-size);
height: var(--font-size);
}