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) <noreply@anthropic.com>
This commit is contained in:
2026-04-07 18:20:57 -05:00
parent 274024474d
commit c64aeaaf4f
2 changed files with 4 additions and 4 deletions

View File

@@ -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;
}
}