From c64aeaaf4f5b1b9e88870224679caff74c088968 Mon Sep 17 00:00:00 2001 From: Jonathan Miller <230051081+jmiller-moko@users.noreply.github.com> Date: Tue, 7 Apr 2026 18:20:57 -0500 Subject: [PATCH] Search position 3 columns, menu takes remaining space On desktop, .container-search is now flex: 0 0 25% (3 of 12 cols) and the menu nav gets flex: 1 1 0% to fill the rest. Bump version to 03.09.03. Co-Authored-By: Claude Opus 4.6 (1M context) --- src/media/css/template.css | 6 +++--- src/templateDetails.xml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/media/css/template.css b/src/media/css/template.css index 20adf82..74db5ec 100644 --- a/src/media/css/template.css +++ b/src/media/css/template.css @@ -18671,12 +18671,12 @@ nav[data-toggle=toc] .nav-link.active+ul{ } .container-header .container-nav nav { - flex: 1; + flex: 1 1 0%; } .container-header .container-search { - flex: 1 1 auto; - min-width: 200px; + flex: 0 0 25%; + max-width: 25%; margin-top: 0; } } diff --git a/src/templateDetails.xml b/src/templateDetails.xml index 2e37862..7f10e78 100644 --- a/src/templateDetails.xml +++ b/src/templateDetails.xml @@ -36,7 +36,7 @@ MokoCassiopeia - 03.09.02 + 03.09.03 script.php 2026-03-26 Jonathan Miller || Moko Consulting