mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 06:52:21 -04:00
20 lines
288 B
SCSS
20 lines
288 B
SCSS
:global(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);
|
|
}
|