From 05bbe91e292a630ab730e59dbf63d3fca6c229c7 Mon Sep 17 00:00:00 2001 From: Jonathan Miller <230051081+jmiller-moko@users.noreply.github.com> Date: Tue, 7 Apr 2026 19:34:59 -0500 Subject: [PATCH] Reduce search position to 15% width on desktop Co-Authored-By: Claude Opus 4.6 (1M context) --- src/media/css/template.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/media/css/template.css b/src/media/css/template.css index d00e024..b0611b2 100644 --- a/src/media/css/template.css +++ b/src/media/css/template.css @@ -18694,8 +18694,8 @@ nav[data-toggle=toc] .nav-link.active+ul{ } .container-header .container-search { - flex: 0 0 16.667%; - max-width: 16.667%; + flex: 0 0 15%; + max-width: 15%; margin-top: 0; } }