branding v1

This commit is contained in:
2026-03-02 12:03:20 -06:00
parent bbe94d75f8
commit 42a9f1d31a
20 changed files with 1014 additions and 241 deletions

View File

@@ -534,7 +534,7 @@ export default function ExecutionsPage() {
}, [filteredExecutions]);
return (
<div className="flex h-[calc(100vh-4rem)]">
<div className="flex h-full">
{/* Main content area */}
<div
className={`flex-1 min-w-0 overflow-y-auto p-6 ${selectedExecutionId ? "mr-0" : ""}`}