reimburse/app
Claude 9749b70fe2
Fix PDF logo overlapping form fields
The logo was placed with a fixed +10pt offset that didn't account for
actual logo height. Content below always advanced by a fixed 28pt, so
any logo taller than ~18pt bled into the intro text and form fields.

Now the logo is anchored with its top at the cursor position (bottom at
y - lhh), the title baseline aligns to the same top edge, and y advances
by max(logoHeight, titleSize) + 8pt gap before the next element.

https://claude.ai/code/session_016aNBqHpiQciTr1DvNvE7nk
2026-05-19 09:20:52 +00:00
..
config.yml New structure 2026-05-19 15:54:14 +07:00
index.html Fix PDF logo overlapping form fields 2026-05-19 09:20:52 +00:00