From 765cfa048d3c8c353a7a2441e9b9d572b29dc6f0 Mon Sep 17 00:00:00 2001 From: albertlast Date: Sun, 9 Aug 2026 06:52:24 +0200 Subject: [PATCH 1/2] Puts the forum title and logo back in a band of their own Reverts the layout half of #9373. The top bar goes back above the header holding the user links, the language picker and the search box, and the header goes back to the forum title and the logo on their own between it and the main menu. Reported as #9423, and confirmed with the author of #7933 as the direction to take: the merged header is not what people expect of this theme, whatever the theme branch does. The maintenance page and the profile export follow the forum's header, so their wrapper goes back onto the header element with it. Everything #9374 and #9375 changed stays as it is - the menu is still a band across the page and the footer is still a flex row. The Go up link points at the top bar again, since that is the first thing on the page once more. Signed-off-by: albertlast --- Sources/Tasks/ExportProfileData.php | 20 ++++++------ Themes/default/MaintenanceTemplate.php | 8 ++--- Themes/default/css/index.css | 42 ++++++++++---------------- Themes/default/css/variables.css | 9 ------ Themes/default/index.template.php | 41 ++++++++++++++----------- 5 files changed, 51 insertions(+), 69 deletions(-) diff --git a/Sources/Tasks/ExportProfileData.php b/Sources/Tasks/ExportProfileData.php index cdfb7a73ae..9b358b7a93 100644 --- a/Sources/Tasks/ExportProfileData.php +++ b/Sources/Tasks/ExportProfileData.php @@ -135,17 +135,15 @@ class ExportProfileData extends BackgroundTask
-