From 22574ea118280894fec892f15aac1a7eeda8f3ba Mon Sep 17 00:00:00 2001 From: sebastjanartic <45803536-sebastjanartic@users.noreply.replit.com> Date: Sat, 30 Aug 2025 21:07:12 +0000 Subject: [PATCH] Improve header structure and styling for better responsiveness Refactors the header component in `home.tsx` to use inline styles and simplify the structure for improved responsiveness, while retaining core navigation and search functionality. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 074b0e4c-6171-43bd-aa98-f9e04623ca14 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/8cc42625-c1f5-4e43-99bd-77f2c4dedee2/074b0e4c-6171-43bd-aa98-f9e04623ca14/Z1wmn8z --- client/src/pages/home.tsx | 61 ++++++++++++++------------------------- 1 file changed, 22 insertions(+), 39 deletions(-) diff --git a/client/src/pages/home.tsx b/client/src/pages/home.tsx index 8d9b322..5109089 100644 --- a/client/src/pages/home.tsx +++ b/client/src/pages/home.tsx @@ -74,48 +74,31 @@ export default function Home() { return (
- {/* Header */} -
-
-
- {/* Left side - Logo */} -
- -
-
-
-

go4.video

- -
- - {/* Right side - Navigation + Search */} -
- {/* Desktop navigation */} -
- - -
- setSearchQuery(e.target.value)} - className="bg-white border border-gray-300 rounded-lg px-4 py-2 pl-10 text-sm text-gray-900 placeholder-gray-500 focus:outline-none focus:border-bunny-blue transition-colors w-64" - /> - -
-
+ {/* Simple Header - MUST scroll with page */} +
+
+ {/* Logo */} + +
+
+

go4.video

+ + + {/* Navigation */} +
+ Home + FOLX STADL + setSearchQuery(e.target.value)} + style={{background: 'white', border: '1px solid #ccc', borderRadius: '8px', padding: '8px 12px', width: '200px', fontSize: '14px'}} + />
-
+