dashboard: pick up the stacked row - #305
Merged
Jammy2211 merged 1 commit intoAug 24, 2026
Merged
Conversation
Regenerated with `pyauto-brain intake dashboard --apply` after PyAutoBrain#272 stacked a table row below 34rem. On this page it is the Recent feed: at a 375px viewport its text cell had 187px of 375 and each entry ran down the right as a ribbon; it now takes a full-width line of its own at 343px. CSS only — no content change. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01VhpLPmmoSFAtVpppG8azVA
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Regenerated
dashboard.htmlwithpyauto-brain intake dashboard --applyafter PyAutoBrain #272 stacked a table row below 34rem.On this page it is the Recent feed. At a 375px viewport its text cell had 187px of 375 — the meta columns took 156 — so each entry wrapped into a tall thin column down the right while
whenandwhatsat beside it as empty height. It now takes a full-width line of its own at 343px.CSS only: +17 lines, all inside the new media query.
dashboard.mdis unchanged (the markdown twin carries no stylesheet), and no content changed.Sequencing
Same as #301 and #303:
dashboard_refresh.ymlrenders its drift check against PyAutoBrain main, so #272 merged first and this branch's check renders against the stacked row.Generated by Claude Code