1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-09-10 23:06:06 +00:00

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
This commit is contained in:
Mario Pietsch
2021-09-18 10:45:17 +02:00
committed by GitHub
parent 33a82e395e
commit d0dec741ad

View File

@@ -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 */