feat: add logos editor
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user