fix: cot button can not operate

This commit is contained in:
jialin
2025-03-13 21:11:53 +08:00
parent a5525c065c
commit 55a922427b
3 changed files with 65 additions and 10 deletions
+19 -2
View File
@@ -1,6 +1,7 @@
.markdown-viewer {
font-family: var(--font-family) !important;
word-break: break-word;
font-size: var(--font-size-base);
.hr {
border: none;
@@ -28,12 +29,28 @@
h2,
h3,
h4 {
font-weight: 700;
font-weight: var(--font-weight-bold);
font-size: var(--font-size-small);
margin-top: 1em;
}
h1 {
font-size: 20px;
}
h2 {
font-size: 18px;
}
h3 {
font-size: 16px;
}
h4,
h5,
h6 {
font-size: 14px;
}
.hj-wrapper {
margin-top: 16px;
}