fix(client): sidebar should be fullscreen
Some checks failed
Client CMS Check Build (NixCN CMS) TeamCity build failed
Backend Check Build (NixCN CMS) TeamCity build finished

Signed-off-by: Noa Virellia <noa@requiem.garden>
This commit is contained in:
2026-02-01 09:06:22 +08:00
parent d57a724940
commit 56ee572d6e

View File

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