feat: readd for you column

This commit is contained in:
2024-04-04 13:47:15 +07:00
parent 174b28f1a7
commit 999073f84c
34 changed files with 984 additions and 647 deletions

View File

@@ -9,7 +9,12 @@ export function ColumnContent({
className?: string;
}) {
return (
<div className={cn("flex-1 overflow-y-auto overflow-x-hidden", className)}>
<div
className={cn(
"flex-1 overflow-y-auto overflow-x-hidden scrollbar-none",
className,
)}
>
{children}
</div>
);

View File

@@ -34,6 +34,7 @@ export function NoteUser({ className }: { className?: string }) {
<HoverCard.Content
className="w-[300px] rounded-xl bg-black p-3 data-[side=bottom]:animate-slideUpAndFade data-[state=open]:transition-all dark:bg-white dark:shadow-none"
sideOffset={5}
side="right"
>
<div className="flex flex-col gap-2">
<User.Avatar className="size-11 rounded-lg object-cover" />