From da24b8a37f79548227e50284bcdb6d370bba7759 Mon Sep 17 00:00:00 2001 From: Innei Date: Tue, 12 Aug 2025 21:43:46 +0800 Subject: [PATCH] refactor(header): improve header layout and styling - Updated header component styles for better responsiveness and visual appeal. - Changed border radius and padding for the header elements to enhance the overall design. - Adjusted margin and width properties to ensure consistent layout across different screen sizes. These changes collectively enhance the user experience by providing a more polished and adaptable header design. Signed-off-by: Innei --- apps/ssr/client/components/layout/header/index.tsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/apps/ssr/client/components/layout/header/index.tsx b/apps/ssr/client/components/layout/header/index.tsx index 5b5538d27..b2a1a87a5 100644 --- a/apps/ssr/client/components/layout/header/index.tsx +++ b/apps/ssr/client/components/layout/header/index.tsx @@ -34,18 +34,17 @@ const HeaderWrapper: Component = (props) => {