feat(front): add placeholder styling for empty editor paragraphs and include logo image

This commit is contained in:
keven1024
2025-05-31 16:31:17 +08:00
parent 01581ab5a9
commit b024289c24
2 changed files with 9 additions and 0 deletions

View File

@@ -118,7 +118,16 @@
* {
@apply border-border outline-ring/50;
}
body {
@apply bg-background text-foreground;
}
}
.tiptap p.is-editor-empty:first-child::before {
color: #adb5bd;
content: attr(data-placeholder);
float: left;
height: 0;
pointer-events: none;
}

BIN
front/public/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 MiB