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:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user