From 35ecaece5b3a6d51842c6bc9f09d4842f758f85d Mon Sep 17 00:00:00 2001 From: Max Ward Date: Sun, 19 Feb 2023 18:42:52 -0800 Subject: [PATCH] make title text fade behind header --- src/components/layout/Navigation.tsx | 72 ++++++++++++++-------------- src/views/search/SearchView.tsx | 8 ++-- 2 files changed, 41 insertions(+), 39 deletions(-) diff --git a/src/components/layout/Navigation.tsx b/src/components/layout/Navigation.tsx index 71d40f76..299f0908 100644 --- a/src/components/layout/Navigation.tsx +++ b/src/components/layout/Navigation.tsx @@ -12,43 +12,45 @@ export interface NavigationProps { export function Navigation(props: NavigationProps) { return ( -
-
-
-
-
-
- - - + ); diff --git a/src/views/search/SearchView.tsx b/src/views/search/SearchView.tsx index 501c8a2f..5035574d 100644 --- a/src/views/search/SearchView.tsx +++ b/src/views/search/SearchView.tsx @@ -32,10 +32,10 @@ export function SearchView() {
-
-
- {t("search.title")} -
+
+ {t("search.title")} +
+