feat: title separator, centered editor, handle spacing, list line alignment

This commit is contained in:
lucaronin
2026-02-16 13:50:21 +01:00
parent fd021b2c1a
commit 94cd8bdcc1
2 changed files with 25 additions and 2 deletions

View File

@@ -127,6 +127,8 @@
.editor__blocknote-container {
flex: 1;
overflow: auto;
display: flex;
justify-content: center;
}
.editor__blocknote-container .bn-container {