mirror of
https://github.com/logseq/logseq.git
synced 2026-04-30 00:46:23 +00:00
fix: h1/h2 underline should not render inside of block-ref
This commit is contained in:
@@ -279,6 +279,11 @@
|
||||
margin: 0.4em 0 0;
|
||||
}
|
||||
|
||||
.block-ref .ls-block :is(h1, h2),
|
||||
.block-ref .editor-inner :is(.h1, .h2) {
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
.document-mode .ls-block h1,
|
||||
.document-mode .editor-inner .h1 {
|
||||
margin: 0.67em 0;
|
||||
|
||||
Reference in New Issue
Block a user