Commit c004866
fix(banner): unify padding at half original for both single and multi (#48)
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>1 parent 1ec6b14 commit c004866
2 files changed
Lines changed: 6 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
6 | 8 | | |
7 | 9 | | |
8 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1208 | 1208 | | |
1209 | 1209 | | |
1210 | 1210 | | |
1211 | | - | |
1212 | | - | |
1213 | | - | |
1214 | | - | |
1215 | | - | |
1216 | | - | |
| 1211 | + | |
| 1212 | + | |
1217 | 1213 | | |
1218 | 1214 | | |
1219 | 1215 | | |
| |||
1284 | 1280 | | |
1285 | 1281 | | |
1286 | 1282 | | |
1287 | | - | |
1288 | | - | |
1289 | | - | |
1290 | | - | |
1291 | | - | |
1292 | | - | |
| 1283 | + | |
| 1284 | + | |
1293 | 1285 | | |
1294 | 1286 | | |
1295 | 1287 | | |
| |||
0 commit comments