fix(dashboard): remove the unnecessary blank on api config page

This commit is contained in:
Max Loo
2026-03-23 21:53:17 +08:00
parent 8e90404774
commit 3a7e778bec
+1 -1
View File
@@ -206,7 +206,7 @@ export function ApiPage() {
};
return (
<div className="h-[calc(100vh-100px)] flex flex-col">
<div className="h-full flex flex-col">
<OpenRouterBanner onCreateClick={() => setCreateDialogOpen(true)} />
<div className="flex-1 flex min-h-0">
<div className="w-80 border-r flex flex-col bg-muted/30">