feat: add logos editor

This commit is contained in:
2026-03-15 21:12:05 +01:00
parent 929359b4bc
commit 290217791f
8 changed files with 2972 additions and 168 deletions

View File

@@ -1,4 +1,6 @@
@import "shadcn/dist/tailwind.css";
@import "@blocknote/core/fonts/inter.css";
@import "@blocknote/shadcn/style.css";
@tailwind base;
@tailwind components;
@@ -430,4 +432,18 @@ pre {
.recollection-flip-face-back {
transform: rotateY(-180deg);
}
/* Logos page: BlockNote editor aligned with Flux (bg, theme). Document-style column. */
.logos-page {
background: hsl(var(--background));
}
.logos-editor.bn-shadcn {
--bn-editor-background: transparent;
}
.logos-editor .bn-editor {
min-height: 100%;
padding: 0;
}