diff --git a/frontend/src/app/globals.css b/frontend/src/app/globals.css index 22601457..e3f4c154 100644 --- a/frontend/src/app/globals.css +++ b/frontend/src/app/globals.css @@ -54,7 +54,7 @@ --radius: 0.5rem; - --app-header-height: 53px; + --app-header-height: 40px; } .dark { diff --git a/frontend/src/app/layout.tsx b/frontend/src/app/layout.tsx index baf9f2d5..10ed826b 100644 --- a/frontend/src/app/layout.tsx +++ b/frontend/src/app/layout.tsx @@ -38,7 +38,7 @@ export default function RootLayout({ return ( + (task) => task.status === "pending" || task.status === "running" || task.status === "processing" @@ -84,10 +83,9 @@ export function LayoutWrapper({ children }: { children: React.ReactNode }) { // For all other pages, render with Langflow-styled navigation and task menu return ( -
- {/* Header */} -
-
+
+
+
{/* Logo/Title */}
@@ -126,7 +124,6 @@ export function LayoutWrapper({ children }: { children: React.ReactNode }) {
-
-
{children}
+
+ {children} +
{/* Task Notifications Panel */}