fix: align brand watermark with source text in footer#75
Conversation
…seline Switches from alphabetic baseline (bottom-aligned, needed manual font-size offset) to hanging baseline (top-aligned, matches chromeY directly). This removes the extra vertical space that was inflating the footer height when both source and watermark were present.
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe brand watermark footer text now uses a hanging baseline with direct y-coordinate positioning instead of alphabetic baseline with an offset, improving alignment of mixed-size text elements. ChangesBrand Watermark Positioning
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
alphabetictohangingdominant-baseline, aligning the top edge of the watermark text with the source/byline chrome textBRAND_LARGEy-offset that was previously needed to compensate for bottom-aligned positioningTest plan
Summary by CodeRabbit