From 27c96ca30851f2b32fbcd38e36ceb7bda3dcf816 Mon Sep 17 00:00:00 2001 From: diondiondion Date: Fri, 8 May 2026 16:40:30 +0200 Subject: [PATCH] Make header region sticky on search results page --- .../mastodon/features/search/index.tsx | 98 ++++++++++--------- 1 file changed, 54 insertions(+), 44 deletions(-) diff --git a/app/javascript/mastodon/features/search/index.tsx b/app/javascript/mastodon/features/search/index.tsx index 0424ed30c39..724d9c16d61 100644 --- a/app/javascript/mastodon/features/search/index.tsx +++ b/app/javascript/mastodon/features/search/index.tsx @@ -222,52 +222,62 @@ export const SearchResults: React.FC<{ multiColumn: boolean }> = ({ title={intl.formatMessage(messages.title, { q })} onClick={handleHeaderClick} multiColumn={multiColumn} + appendContent={ + <> +
+ +
+ +
+ + + + +
+ + } /> -
- -
- -
- - - - -
-