mirror of
https://github.com/soconnor0919/hristudio.git
synced 2026-03-24 03:37:51 -04:00
feat: Redesign the designer layout using a grid system, adding explicit left, center, and right panels with collapse functionality.
This commit is contained in:
@@ -55,9 +55,5 @@ export function DesignerPageClient({
|
||||
},
|
||||
]);
|
||||
|
||||
return (
|
||||
<div className="h-[calc(100vh-4rem-2rem)] w-full overflow-hidden border rounded-lg bg-background">
|
||||
<DesignerRoot experimentId={experiment.id} initialDesign={initialDesign} />
|
||||
</div>
|
||||
);
|
||||
return <DesignerRoot experimentId={experiment.id} initialDesign={initialDesign} />;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user