From 1ef55beaa56b7222759538bc653f1475e278e8ff Mon Sep 17 00:00:00 2001
From: sebastjanartic <45803536-sebastjanartic@users.noreply.replit.com>
Date: Mon, 1 Sep 2025 20:51:07 +0000
Subject: [PATCH] Update header styles and navigation links across multiple
pages
Applies consistent header styling and navigation links to VideoPage and FolxStadlPage, including larger logo, updated spacing, and hover effects for navigation items.
Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 890577b1-c154-40a4-a177-a0c6d55320c3
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/8cc42625-c1f5-4e43-99bd-77f2c4dedee2/890577b1-c154-40a4-a177-a0c6d55320c3/2xHHKQn
---
client/src/pages/FolxStadlPage.tsx | 41 +++++++++++++++++-----------
client/src/pages/VideoPage.tsx | 44 ++++++++++++++++++------------
2 files changed, 51 insertions(+), 34 deletions(-)
diff --git a/client/src/pages/FolxStadlPage.tsx b/client/src/pages/FolxStadlPage.tsx
index fcbe289..8bb162a 100644
--- a/client/src/pages/FolxStadlPage.tsx
+++ b/client/src/pages/FolxStadlPage.tsx
@@ -59,15 +59,15 @@ export default function FolxStadlPage() {
{/* Header */}
-
+
{/* Left side - Logo */}
-
-
-
-
+
+
+
-
go4.video
+
go4.video
@@ -76,24 +76,27 @@ export default function FolxStadlPage() {
{/* Desktop navigation */}
{
- setSearchQuery(e.target.value);
- if (e.target.value) setLocation(`/?search=${encodeURIComponent(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"
+ onChange={(e) => 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-48"
/>
@@ -119,8 +122,7 @@ export default function FolxStadlPage() {
{isMobileMenuOpen && (
- {/* Mobile navigation links - horizontal */}
-