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) {
|
if (!isHydrated) {
|
||||||
return (
|
return (
|
||||||
<Sidebar {...props}>
|
<Sidebar {...props}>
|
||||||
<SidebarHeader>
|
<SidebarHeader className="pt-4">
|
||||||
<Skeleton className="h-14 w-full rounded-lg" />
|
<Skeleton className="h-14 w-full rounded-lg" />
|
||||||
</SidebarHeader>
|
</SidebarHeader>
|
||||||
<SidebarContent>
|
<SidebarContent>
|
||||||
|
|
@ -246,7 +246,7 @@ export function AppSidebar({ ...props }: React.ComponentProps<typeof Sidebar>) {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Sidebar {...props}>
|
<Sidebar {...props}>
|
||||||
<SidebarHeader>
|
<SidebarHeader className="pt-4">
|
||||||
<SidebarBrand
|
<SidebarBrand
|
||||||
logoSrc="/logo-raven.png"
|
logoSrc="/logo-raven.png"
|
||||||
logoAlt="Logotipo Raven"
|
logoAlt="Logotipo Raven"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue