fix: use the same hr style in editor and preview (#9574)

Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>
This commit is contained in:
Alexander Onnikov
2025-07-21 14:41:10 +07:00
committed by GitHub
parent 24e51475fe
commit 23b1e8b9b4
2 changed files with 6 additions and 6 deletions
+6
View File
@@ -73,6 +73,12 @@
margin-bottom: 0;
}
hr {
margin: 1rem 0;
border-top: 0;
border-bottom: 1px solid var(--text-edtior-hr-border-color);
}
ul li {
list-style: none;
position: relative;
-6
View File
@@ -479,12 +479,6 @@ pre.proseCodeBlock>pre.proseCode {
p div {
cursor: auto;
}
hr {
margin: 1rem 0;
border-top: 0;
border-bottom: 1px solid var(--text-edtior-hr-border-color);
}
}
.proseMermaidDiagram {