Commit 353f68a2e5

353f68a2e57ac692964b73ae1f9acd91fcdcae20

parent: b597585f24

Verified · cmc

cmc <hello@cleberg.net> · 2026-09-18 06:27 UTC

web: the builds branch filter sizes like the other search fields

Ref #224
internal/web/static/style.css +2 −2
@@ -486,9 +486,9 @@ form.searchform, form.logfilter, form.compareform {
486486 flex-wrap: wrap;
487487 margin: 0 0 var(--sp-4);
488488}
489form.searchform input[type="search"], form.logfilter input { flex: 1; min-width: 12rem; max-width: 32rem; }
489form.searchform input[type="search"], form.searchform input[type="text"], form.logfilter input { flex: 1; min-width: 12rem; max-width: 32rem; }
490490form.searchform.compact { margin: 0; }
491form.searchform.compact input[type="search"] { min-width: 18rem; }
491form.searchform.compact input[type="search"], form.searchform.compact input[type="text"] { min-width: 18rem; }
492492form.compareform label { display: inline-flex; align-items: center; gap: var(--sp-2); margin: 0; }
493493
494494/* ---- buttons: one family, 32px tall, so a row of them lines up ---- */