From c43a9e9ce4a650f4bfac428c9d6508d3f08a7b38 Mon Sep 17 00:00:00 2001 From: Arnaud Loonstra Date: Mon, 5 Jan 2026 10:39:31 +0100 Subject: [PATCH] More responsive tweak for layout.html This improves the view on mobile devices a lot while not changing the desktop view. The mainnav bar could use some tweaking for mobile but the user experience is whole a lot better. --- trac/templates/layout.html | 1 + 1 file changed, 1 insertion(+) diff --git a/trac/templates/layout.html b/trac/templates/layout.html index da39ceef2e..a6e92d2983 100644 --- a/trac/templates/layout.html +++ b/trac/templates/layout.html @@ -24,6 +24,7 @@ # if chrome.content_type == 'text/html': + # endif # for meta in chrome.metas: