feat: Redesign the designer layout using a grid system, adding explicit left, center, and right panels with collapse functionality.

This commit is contained in:
2026-02-02 15:48:17 -05:00
parent 89c44efcf7
commit 0ec63b3c97
8 changed files with 203 additions and 142 deletions

View File

@@ -240,4 +240,12 @@
[data-slot="tabs-trigger"][data-state="active"] {
@apply bg-background text-foreground shadow;
}
}
}
/* Viewport height constraint for proper flex layout */
html,
body,
#__next {
height: 100%;
min-height: 100vh;
}