Show all eight generations in the depth-over-width matrix
Extended the "2 → 4 → 8 → 16 → 32" visual to the full doubling 2→4→8→16→32→64→128→256 (510 positions), keeping the 30-position first milestone in the caption. Matrix is now data-driven (data-n) with icons capped at 12 + a "+" for deeper generations so 256 stays compact; compact icon styling + horizontal scroll safety. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -126,3 +126,10 @@ a.brand{text-decoration:none;color:inherit}
|
||||
.cold-intro{position:relative;background:linear-gradient(145deg,rgba(78,214,203,.08),rgba(243,190,67,.06));border:1px solid rgba(78,214,203,.3);border-radius:16px;padding:18px 40px 16px 20px;margin-bottom:20px}
|
||||
.cold-intro-x{position:absolute;top:10px;right:12px;appearance:none;background:none;border:0;color:var(--muted);font-size:20px;cursor:pointer;line-height:1}
|
||||
.cold-intro-x:hover{color:var(--text)}
|
||||
|
||||
/* Eight-generation matrix illustration — compact icons so 256 stays tidy */
|
||||
.matrix{overflow-x:auto;padding-bottom:10px}
|
||||
.matrix .people{max-width:112px;gap:4px}
|
||||
.matrix .person{width:12px;height:16px}
|
||||
.matrix .person::before{width:6px;height:6px;left:3px;top:-4px}
|
||||
.person-more{color:var(--teal);font-weight:900;align-self:center;font-size:15px;line-height:1;margin-left:2px}
|
||||
|
||||
Reference in New Issue
Block a user