Skip to content

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

Merged
Velascat merged 1 commit intomainfrom
fix/banner-half-padding
May 8, 2026
Merged

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

Conversation

@Velascat
Copy link
Copy Markdown
Owner

@Velascat Velascat commented May 8, 2026

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>
@Velascat Velascat merged commit c004866 into main May 8, 2026
2 checks passed
@Velascat Velascat 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