mirror of
https://github.com/kbenestad/reimburse.git
synced 2026-06-18 08:04:31 +00:00
Static HTML reimbursement form. Auto-calculated totals, consistent output. Replaces error-prone Excel and PDF claims forms.
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 |
||
|---|---|---|
| app | ||
| .gitattributes | ||
| CLAUDE.md | ||
| LICENSE | ||
| README.md | ||
reimburse
Static HTML reimbursement form. Auto-calculated totals, consistent output. Replaces error-prone Excel and PDF claims forms.