Reduce search position to 15% width on desktop

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-07 19:34:59 -05:00
parent e7d8785f15
commit 05bbe91e29

View File

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