From 3c7cdf5db88bfe64bd801f7150e8b78ffea9f572 Mon Sep 17 00:00:00 2001 From: Will Miao <13051207myq@gmail.com> Date: Sun, 5 Oct 2025 20:58:14 +0800 Subject: [PATCH] feat(header): enhance navigation and search functionality with context-aware behavior --- static/css/components/header.css | 3 +- templates/base.html | 2 ++ templates/components/header.html | 59 +++++++++++++------------------- 3 files changed, 27 insertions(+), 37 deletions(-) diff --git a/static/css/components/header.css b/static/css/components/header.css index 28b1feb1..d439663b 100644 --- a/static/css/components/header.css +++ b/static/css/components/header.css @@ -73,7 +73,6 @@ display: flex; align-items: center; gap: 0.5rem; - transition: all 0.2s ease; font-size: 0.9rem; } @@ -273,4 +272,4 @@ .header-search { flex: 1; } -} \ No newline at end of file +} diff --git a/templates/base.html b/templates/base.html index 1e7bca43..b3beeff2 100644 --- a/templates/base.html +++ b/templates/base.html @@ -14,6 +14,8 @@ + + \ No newline at end of file