added comment form and updated note metadata

This commit is contained in:
Ren Amamiya
2023-03-20 09:38:17 +07:00
parent 1c9420f370
commit 1a536bd2f8
15 changed files with 378 additions and 250 deletions

View File

@@ -74,7 +74,7 @@ export const RootNote = memo(function RootNote({ id }: { id: string }) {
);
} else {
return (
<div className="relative z-10 flex h-min animate-pulse select-text flex-col">
<div className="relative z-10 flex h-min animate-pulse select-text flex-col pb-5">
<div className="flex items-start gap-4">
<div className="relative h-11 w-11 shrink overflow-hidden rounded-full bg-zinc-700" />
<div className="flex w-full flex-1 items-start justify-between">