mirror of
https://github.com/tiennm99/ccs.git
synced 2026-08-17 00:24:57 +00:00
fix(dashboard): remove the unnecessary blank on api config page
This commit is contained in:
@@ -206,7 +206,7 @@ export function ApiPage() {
|
|||||||
};
|
};
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="h-[calc(100vh-100px)] flex flex-col">
|
<div className="h-full flex flex-col">
|
||||||
<OpenRouterBanner onCreateClick={() => setCreateDialogOpen(true)} />
|
<OpenRouterBanner onCreateClick={() => setCreateDialogOpen(true)} />
|
||||||
<div className="flex-1 flex min-h-0">
|
<div className="flex-1 flex min-h-0">
|
||||||
<div className="w-80 border-r flex flex-col bg-muted/30">
|
<div className="w-80 border-r flex flex-col bg-muted/30">
|
||||||
|
|||||||
Reference in New Issue
Block a user