Commit fe7971e6a3

fe7971e6a3f5bd0e115207e8956214b2d2ce405d

parent: 3019afd16e

Verified · cmc

cmc <hello@cleberg.net> · 2026-09-19 22:12 UTC

web: widen the overview facts column to 20rem

Ref #226
internal/web/static/style.css +1 −1
@@ -1463,7 +1463,7 @@ details.refmenu .refdrop a.allrefs {
14631463/* the side column exists only above 62rem; below it .facts keeps its
14641464 own two-up layout and the 40rem factgrid rule applies untouched */
14651465@media (min-width: 62.01rem) {
1466 .overview.withfacts { display: grid; grid-template-columns: minmax(0, 1fr) 18rem; gap: var(--sp-6); align-items: start; }
1466 .overview.withfacts { display: grid; grid-template-columns: minmax(0, 1fr) 20rem; gap: var(--sp-6); align-items: start; }
14671467 .overview.withfacts .facts { display: block; margin-top: 0; max-width: none; }
14681468 .overview.withfacts .facts .factgrid { grid-template-columns: repeat(2, auto); }
14691469 .overview.withfacts .clone pre { white-space: pre-wrap; word-break: break-all; }