fix: remove vertical nesting lines for cleaner list appearance

This commit is contained in:
lucaronin
2026-02-16 14:24:15 +01:00
parent 59d1bf8e8e
commit 8fc759da99

View File

@@ -130,11 +130,9 @@
margin-left: var(--lists-indent-size);
}
/* Align the vertical nesting lines with the center of the parent bullet.
BlockNote draws the line via ::before on .bn-block-outer inside nested groups.
We adjust its left position to align with the bullet center. */
/* Hide the vertical nesting lines — cleaner without them */
.editor__blocknote-container .bn-block-group .bn-block-group .bn-block-outer::before {
left: calc(var(--lists-indent-size) / 2) !important;
border-left: none !important;
}
/* --- Numbered lists --- */