fix(site-finder): visible by-quarter pipeline bars #167

Merged
lekss361 merged 1 commit from fix/pipeline-bar-height-rendering into main 2026-05-15 07:35:51 +00:00

1 commit

Author SHA1 Message Date
lekss361
ca5d0acbff fix(site-finder): visible by-quarter pipeline bars
Bars rendered as ~1-15px because outer flex container had
align-items:flex-end which made each column shrink to label
height (~15.8px), so bar percentage heights resolved against
that instead of the intended 80px container.

Switched to align-items:stretch + fixed-pixel bar heights
anchored to a 60px area (reserves ~20px for label row). Each
column now uses justify-content:flex-end so bars + labels sit
at the bottom baseline.
2026-05-15 10:31:32 +03:00