fix(client): sidebar should be fullscreen

Signed-off-by: Noa Virellia <noa@requiem.garden>
This commit is contained in:
2026-02-01 09:06:22 +08:00
committed by Asai Neko
parent e3df4fcf42
commit e5c12b4cfe

View File

@@ -23,6 +23,9 @@ const meta = {
</SidebarProvider> </SidebarProvider>
), ),
], ],
parameters: {
layout: 'fullscreen',
},
} satisfies Meta<typeof AppSidebar>; } satisfies Meta<typeof AppSidebar>;
export default meta; export default meta;