mirror of
https://github.com/ankitects/anki.git
synced 2025-11-07 05:07:10 -05:00
19 lines
278 B
SCSS
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);
|
|
}
|