Commit c729037
fix(masthead): hide center comment on impl pages to free breadcrumb room
The center `""" specId.library """` echo at md+ steals ~340px from the
`auto` grid column, leaving the breadcrumb cramped enough that the full
`~/anyplot.ai · specId · language · library` truncates with `…` even on a
1280px viewport. The echo is also redundant on impl pages — the breadcrumb
already shows all three parts.
Hide the center cell once the URL has all three segments
(`/:specId/:language/:library`). Landing, spec hub, and language hub keep
their center comment.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 4adace8 commit c729037
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
135 | 139 | | |
136 | 140 | | |
137 | 141 | | |
| |||
0 commit comments