Commit 353f68a2e5
Verified · cmc
internal/web/static/style.css +2 −2
| @@ -486,9 +486,9 @@ form.searchform, form.logfilter, form.compareform { | ||
| 486 | 486 | flex-wrap: wrap; |
| 487 | 487 | margin: 0 0 var(--sp-4); |
| 488 | 488 | } |
| 489 | form.searchform input[type="search"], form.logfilter input { flex: 1; min-width: 12rem; max-width: 32rem; } | |
| 489 | form.searchform input[type="search"], form.searchform input[type="text"], form.logfilter input { flex: 1; min-width: 12rem; max-width: 32rem; } | |
| 490 | 490 | form.searchform.compact { margin: 0; } |
| 491 | form.searchform.compact input[type="search"] { min-width: 18rem; } | |
| 491 | form.searchform.compact input[type="search"], form.searchform.compact input[type="text"] { min-width: 18rem; } | |
| 492 | 492 | form.compareform label { display: inline-flex; align-items: center; gap: var(--sp-2); margin: 0; } |
| 493 | 493 | |
| 494 | 494 | /* ---- buttons: one family, 32px tall, so a row of them lines up ---- */ |