feat: improve parent note preview
This commit is contained in:
parent
e6516d7acd
commit
212a4ac103
11 changed files with 167 additions and 60 deletions
|
|
@ -35,8 +35,8 @@ function EmbeddedNoteSkeleton({ className }: { className?: string }) {
|
|||
onClick={(e) => e.stopPropagation()}
|
||||
>
|
||||
<div className="flex items-center space-x-2">
|
||||
<Skeleton className="w-7 h-7 rounded-full" />
|
||||
<Skeleton className="h-3 w-16 my-1" />
|
||||
<Skeleton className="w-16 h-7 rounded-full" />
|
||||
<Skeleton className="h-3 w-12 my-1" />
|
||||
</div>
|
||||
<Skeleton className="w-full h-4 my-1 mt-2" />
|
||||
<Skeleton className="w-2/3 h-4 my-1" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue