katex-plugin: fix #6041 add automatic numbering reset to KaTex style-sheet (#6046)

* katex-plugin: fix #6041 add automatic numbering reset to KaTex style-sheet

* fix typo
sort-optimisations
Mario Pietsch 2021-09-18 10:45:17 +02:00 zatwierdzone przez GitHub
rodzic 33a82e395e
commit d0dec741ad
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 7 dodań i 1 usunięć

Wyświetl plik

@ -13,10 +13,16 @@ tags: [[$:/tags/Stylesheet]]
text-rendering: auto;
}
/* Reset Automatic Numbering on a per tiddler basis */
.tc-tiddler-frame {
counter-reset: katexEqnNo;
}
/* Avoid TW5's max-width: 100% */
.katex svg {
max-width: initial;
max-width: initial;
}
/* Override font URLs */