Added display:none to katex-html manually

This commit is contained in:
2024-04-27 15:38:11 +09:00
parent 73d0f369a0
commit fe3bec2e91

View File

@@ -771,3 +771,7 @@ aside.menu.main-menu .menu-expanse {
.modal.chat-settings .field-body {
max-width: calc(100% - 40px);
}
.katex-html {
display: none;
}