Update FullScreenPlayer for improved iOS scrolling compatibility; adjust LibraryPage layout for better spacing and Card component padding

This commit is contained in:
2025-07-25 14:02:01 +00:00
committed by GitHub
parent a957398f63
commit f4c01e2d20
4 changed files with 95 additions and 22 deletions

View File

@@ -7,7 +7,7 @@ function Card({ className, ...props }: React.ComponentProps<"div">) {
<div
data-slot="card"
className={cn(
"bg-card text-card-foreground flex flex-col gap-6 rounded-xl border py-6 shadow-sm",
"bg-card text-card-foreground flex flex-col gap-6 rounded-xl border py-0 shadow-sm",
className
)}
{...props}