From 9863eed98b2af62c108ed94c0c55014687e82a22 Mon Sep 17 00:00:00 2001 From: Deon Sanchez <69873175+deon-sanchez@users.noreply.github.com> Date: Tue, 30 Sep 2025 14:03:46 -0600 Subject: [PATCH] Update header and user navigation styles for improved layout consistency. Adjusted header height and button sizes for better alignment and usability. --- frontend/src/components/layout-wrapper.tsx | 4 ++-- frontend/src/components/user-nav.tsx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/components/layout-wrapper.tsx b/frontend/src/components/layout-wrapper.tsx index 0585a357..8143a63c 100644 --- a/frontend/src/components/layout-wrapper.tsx +++ b/frontend/src/components/layout-wrapper.tsx @@ -79,7 +79,7 @@ export function LayoutWrapper({ children }: { children: React.ReactNode }) { // For all other pages, render with Langflow-styled navigation and task menu return (