computing-pi: move fraction dot onto the H/T row's bottom border

This commit is contained in:
Claude 2026-04-21 12:34:21 +00:00
parent 80ae2ecaa8
commit f752b45810
No known key found for this signature in database

View file

@ -295,7 +295,7 @@ const RunTile: React.FC<RunTileProps> = ({ index, run, clickable, onClick }) =>
{run.sequence.length > 0 && ( {run.sequence.length > 0 && (
<span <span
aria-hidden="true" aria-hidden="true"
className="pointer-events-none absolute top-1/2 -translate-x-1/2 -translate-y-1/2 w-1.5 h-1.5 rounded-full bg-foreground" className="pointer-events-none absolute bottom-0 -translate-x-1/2 translate-y-1/2 w-1.5 h-1.5 rounded-full bg-foreground"
style={{ left: `${(run.heads / run.sequence.length) * 100}%` }} style={{ left: `${(run.heads / run.sequence.length) * 100}%` }}
/> />
)} )}