Skip to content

fix(banner): unify padding at half original for both single and multi#48

Merged
ProtocolWarden merged 1 commit into
mainfrom
fix/banner-half-padding
May 8, 2026
Merged

fix(banner): unify padding at half original for both single and multi#48
ProtocolWarden merged 1 commit into
mainfrom
fix/banner-half-padding

Conversation

@ProtocolWarden
Copy link
Copy Markdown
Owner

Summary

  • Both single and multi-banner now use lp = (w-1)//4 and g = max(6, (w-1)//6) — half the original multi-banner values
  • Removes the single/multi branch entirely; one consistent formula

Test plan

  • Single condition (healthy): verify comfortable gap before re-stream
  • Multiple conditions: verify visible separation between streaming banners

Both cases now use lp=(w-1)//4 and g=max(6,(w-1)//6), halving the
original multi-banner values. Removes the single/multi branch.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@ProtocolWarden ProtocolWarden merged commit c004866 into main May 8, 2026
2 checks passed
@ProtocolWarden ProtocolWarden deleted the fix/banner-half-padding branch May 8, 2026 20:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant