style(sidebar): adiciona padding no topo do header
🤖 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
117fbba175
commit
caa6c53b2b
1 changed files with 2 additions and 2 deletions
|
|
@ -220,7 +220,7 @@ export function AppSidebar({ ...props }: React.ComponentProps<typeof Sidebar>) {
|
|||
if (!isHydrated) {
|
||||
return (
|
||||
<Sidebar {...props}>
|
||||
<SidebarHeader>
|
||||
<SidebarHeader className="pt-4">
|
||||
<Skeleton className="h-14 w-full rounded-lg" />
|
||||
</SidebarHeader>
|
||||
<SidebarContent>
|
||||
|
|
@ -246,7 +246,7 @@ export function AppSidebar({ ...props }: React.ComponentProps<typeof Sidebar>) {
|
|||
|
||||
return (
|
||||
<Sidebar {...props}>
|
||||
<SidebarHeader>
|
||||
<SidebarHeader className="pt-4">
|
||||
<SidebarBrand
|
||||
logoSrc="/logo-raven.png"
|
||||
logoAlt="Logotipo Raven"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue