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 { .container-header .container-nav nav {
flex: 1; flex: 1 1 0%;
} }
.container-header .container-search { .container-header .container-search {
flex: 1 1 auto; flex: 0 0 25%;
min-width: 200px; max-width: 25%;
margin-top: 0; margin-top: 0;
} }
} }

View File

@@ -36,7 +36,7 @@
</server> </server>
</updateservers> </updateservers>
<name>MokoCassiopeia</name> <name>MokoCassiopeia</name>
<version>03.09.02</version> <version>03.09.03</version>
<scriptfile>script.php</scriptfile> <scriptfile>script.php</scriptfile>
<creationDate>2026-03-26</creationDate> <creationDate>2026-03-26</creationDate>
<author>Jonathan Miller || Moko Consulting</author> <author>Jonathan Miller || Moko Consulting</author>