From df416506bd9ce303e1c2e1e8ce47d946b6c13612 Mon Sep 17 00:00:00 2001 From: Sebastjan Date: Sat, 25 Apr 2026 08:56:33 +0200 Subject: [PATCH] Header: folx.tv style 58px height, logo left, button right --- views/index.ejs | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/views/index.ejs b/views/index.ejs index 9fad0a4..67de11b 100644 --- a/views/index.ejs +++ b/views/index.ejs @@ -67,7 +67,7 @@ position: sticky; top: 0; z-index: 50; - background: rgba(0, 0, 0, 0.88); + background: rgba(0, 0, 0, 0.92); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-bottom: 1px solid var(--border); @@ -75,11 +75,12 @@ .topnav-inner { max-width: 1400px; margin: 0 auto; - padding: 12px 24px; + padding: 10px 24px; display: flex; align-items: center; justify-content: space-between; gap: 16px; + min-height: 58px; } .brand { display: flex; @@ -89,13 +90,13 @@ text-decoration: none; } .brand-logo { - height: 56px; + height: 38px; width: auto; display: block; } @media (max-width: 520px) { - .brand-logo { height: 40px; } - .topnav-inner { padding: 10px 16px; } + .brand-logo { height: 30px; } + .topnav-inner { padding: 8px 16px; min-height: 48px; } } .brand-sep { width: 1px;