#1719 Hide HTML formulas

This commit is contained in:
Cohee 2024-01-20 19:51:08 +02:00
parent 2846d0fd58
commit 67c8970373

View File

@ -432,6 +432,7 @@
line-height: 1.2; line-height: 1.2;
} }
.custom-katex-html,
.katex-html { .katex-html {
display: none; display: none;
} }
@ -530,4 +531,4 @@ textarea:disabled {
height: 30px; height: 30px;
text-align: center; text-align: center;
padding: 5px; padding: 5px;
} }