Improve retry layout density for run-001

This commit is contained in:
2026-04-02 11:17:58 +09:00
parent 89be34f423
commit df2304f7ab
18 changed files with 226 additions and 180 deletions

View File

@@ -12,7 +12,7 @@
## Render Gates
- slide overflow: False
- body: overflowed=False excess_px=0 block_count=0
- body: overflowed=False excess_px=2 block_count=0
- sidebar: overflowed=False excess_px=0 block_count=0
- footer: overflowed=False excess_px=0 block_count=0
@@ -30,26 +30,26 @@
"body": {
"block_count": 0,
"blocks": [],
"clientHeight": 362,
"excess_px": 0,
"clientHeight": 475,
"excess_px": 2,
"overflowed": false,
"scrollHeight": 362
"scrollHeight": 477
},
"footer": {
"block_count": 0,
"blocks": [],
"clientHeight": 116,
"clientHeight": 60,
"excess_px": 0,
"overflowed": false,
"scrollHeight": 116
"scrollHeight": 60
},
"sidebar": {
"block_count": 0,
"blocks": [],
"clientHeight": 362,
"clientHeight": 475,
"excess_px": 0,
"overflowed": false,
"scrollHeight": 362
"scrollHeight": 475
}
}
}