fix(settings): aumenta altura do background animado do perfil
Aumenta de h-20 para h-28 e ajusta margin-top do CardHeader para cobrir toda a área superior do card. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
3b6b9dfeac
commit
5f0c9b68c3
1 changed files with 3 additions and 3 deletions
|
|
@ -489,11 +489,11 @@ function ProfileEditCard({
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Card className="rounded-2xl border border-border/60 bg-white shadow-sm overflow-hidden">
|
<Card className="rounded-2xl border border-border/60 bg-white shadow-sm overflow-hidden">
|
||||||
{/* Header com shader animado */}
|
{/* Header com shader animado - altura suficiente para cobrir area superior */}
|
||||||
<div className="relative h-20 overflow-hidden">
|
<div className="relative h-28 overflow-hidden">
|
||||||
<ShaderBackground className="absolute inset-0 h-full w-full" />
|
<ShaderBackground className="absolute inset-0 h-full w-full" />
|
||||||
</div>
|
</div>
|
||||||
<CardHeader className="pb-4 -mt-10">
|
<CardHeader className="pb-4 -mt-14">
|
||||||
<div className="flex items-end gap-4">
|
<div className="flex items-end gap-4">
|
||||||
<div className="relative group">
|
<div className="relative group">
|
||||||
<Avatar className="size-20 border-4 border-white shadow-lg ring-2 ring-neutral-200">
|
<Avatar className="size-20 border-4 border-white shadow-lg ring-2 ring-neutral-200">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue