From be9b6c7290dddcd8b8b6a8926bd101b7123528b3 Mon Sep 17 00:00:00 2001 From: Frans de Jonge Date: Wed, 4 Dec 2024 22:30:04 +0100 Subject: Implement showing and hiding header depending on scroll (#7029) * Implement showing and hiding header depending on scroll References #7011. * header.phtml: adjust indentation * minor efficiency improvement * Update p/scripts/main.js Co-authored-by: Alexandre Alapetite --------- Co-authored-by: Alexandre Alapetite --- app/layout/header.phtml | 230 ++++++++++++++++++++++++------------------------ 1 file changed, 116 insertions(+), 114 deletions(-) (limited to 'app/layout/header.phtml') diff --git a/app/layout/header.phtml b/app/layout/header.phtml index ad0a5e8e2..71272af87 100644 --- a/app/layout/header.phtml +++ b/app/layout/header.phtml @@ -2,124 +2,126 @@ declare(strict_types=1); /** @var FreshRSS_View $this */ ?> -
- +
+
+ - - - + +
+
- - -
- -
- -
+ +
+ -- cgit v1.2.3