Commit Graph
2 Commits
Author SHA1 Message Date
Jesse_ChenandClaude Opus 5 fa21cf46a8 docs(tasks): 补 BUG-964 思考条与正文间距 56px 的实测根因
Chrome 实测 gapPx=56:.consultation-thinking-report 的 grid gap 24px
加首个 h2 的 margin-top 32px。后者源于 globals.css:415 的「首元素清零」
被 2353 行会话作用域规则按特指度压掉(0,2,0 对 0,4,1),在真实会话里
从未生效。另一条路径 message-stage-and-answer 只有 8px。

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_0193vBv6w5MV2cifdTUu9H5P
2026-09-18 09:47:50 +00:00
Jesse_ChenandClaude Opus 5 0a1a87b06e docs(tasks): 聊天正文排版两条根因,出 BUG-962/963 任务书
用仓库自己的渲染管线 + next build 的 CSS chunk + headless Chrome 复现:
列表无项目符号(preflight 清 list-style,.markdown-list 没恢复);
promoteDefinitionLists 把四标题口语体散文误判成并列项,三段正文被
改写成列表项。收紧判据而非删除,BUG-356 的并列短项场景要继续工作。

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_0193vBv6w5MV2cifdTUu9H5P
2026-09-18 09:40:33 +00:00