fix: styling in preview

This commit is contained in:
Maze Winther
2025-07-09 21:07:42 +02:00
parent 612fc03cde
commit 3d685f57dd

View File

@ -233,8 +233,9 @@ export function PreviewPanel() {
<div className="h-full w-full flex flex-col min-h-0 min-w-0"> <div className="h-full w-full flex flex-col min-h-0 min-w-0">
<div <div
ref={containerRef} ref={containerRef}
className="flex-1 flex flex-col items-center justify-center p-3 min-h-0 min-w-0 gap-4" className="flex-1 flex flex-col items-start justify-center p-3 min-h-0 min-w-0"
> >
<div className="flex-1"></div>
{hasAnyElements ? ( {hasAnyElements ? (
<div <div
ref={previewRef} ref={previewRef}