feat(ui): unify content shell layout

This commit is contained in:
zetaloop
2026-04-26 01:53:15 +08:00
parent 30c336345e
commit 58dc001146
16 changed files with 42 additions and 39 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ export function AccountSidebar() {
const pathname = usePathname()
return (
<aside className="w-56 shrink-0 border-r border-border/60">
<aside className="w-56 shrink-0 border-r border-border/60 bg-background/80">
<div className="flex h-14 items-center border-b border-border/60 px-6 font-semibold">
</div>