From 0cda4a6844c5c0497162e20aea565d0bdd8b61a6 Mon Sep 17 00:00:00 2001 From: Jonathan Miller <230051081+jmiller-moko@users.noreply.github.com> Date: Sat, 4 Apr 2026 15:31:37 -0500 Subject: [PATCH] Make search module full width in header search position Set width: 100% on .container-search, .mod-finder, .mod-finder__form, and the input-group so the search bar stretches the full width of the navigation area. Co-Authored-By: Claude Opus 4.6 (1M context) --- src/media/css/template.css | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/media/css/template.css b/src/media/css/template.css index 9dcc600..182e1c4 100644 --- a/src/media/css/template.css +++ b/src/media/css/template.css @@ -14384,15 +14384,6 @@ li.current a { color: var(--link-hover-color, #c3d6ff); } -.container-header .navbar-toggler { - color: var(--mainmenu-nav-link-color, #fff); - border-color: var(--mainmenu-nav-link-color, #fff); -} - -.container-header .navbar-toggler-icon { - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 18'%3e%3cpath stroke='rgba(255,255,255,0.85)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); -} - @media (min-width: 992px) { .container-header .mod-menu>li::after { position: absolute;