Another alignment fix to the CSS for desktop rendering - #38
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (2)
📜 Recent review details🧰 Additional context used📓 Path-based instructions (3)**⚙️ CodeRabbit configuration file
Files:
tests/**⚙️ CodeRabbit configuration file
Files:
inbrief.py⚙️ CodeRabbit configuration file
Files:
🔇 Additional comments (3)
WalkthroughUpdates ChangesAnthropic Streaming Digest
Cosmetic CSS Tweak
Estimated code review effort: 2 (Simple) | ~10 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ 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 |

Adjusted the desktop email rendering CSS by nudging the numbered story marker
topoffset from3pxto2px, tightening the HTML output alignment. The Anthropic digest flow was switched to streaming, and now warns when the response is truncated due tomax_tokens; prompt construction and credentials handling were not changed.Affected files:
inbrief.py,tests/test_inbrief.pyTests added or updated: updated the Anthropic digest mock in
tests/test_inbrief.pyto use a streaming context manager and final-message retrieval.