fix
BREAKING
#139
fix/two-column-app-shell
#4 / 12
fix(#139): app-shell for blame page
Converts .blm-layout/.blm-legend/.blm-content to the flex-fill pattern. .blm-page-header/.blm-stats above the grid get flex-shrink:0. .blm-symbol-list and .blm-file-view (components/_blame.scss) both have their own overflow:hidden for rounded corners -- same pitfall as isl-main's .card, fixed with flex-shrink:0 on whichever one renders (mutually exclusive via blame_type).
Verified via headless Chromium on a real file blame: body's rendered height matches the real viewport, the code column scrolls independently via genuine mouse.wheel() events, mobile breakpoint stacks with footer restored.
sha256:5f87b10ece710fe3cc2c1d59a4c5fbc11ae3d5367d17b2f166fe44b48dd36723
sha
+2
~6
symbols
sha256:94ea73c65be5e1a1897da2ffccf1bac26c3472931bd9b31e622e110bd503c884
snapshot
+2
symbols added
~6
symbols modified
0
dead code introduced
Older
fix(#139): app-shell for repo home page
sha256:b0b3fbab33f164502b18b67ee52cf03af675b290fc98cd692f5195a107d51c28
All commits
Newer
chore(#139): delete unused .layout-two-col/.layout-sidebar utility
sha256:0af32352c919318e75915447383d52590df3952f5cc35e0719dec838cb3b964a
0 comments
To add a comment, use the Muse CLI:
muse hub commit comment sha256:5f87b10ece710fe3cc2c1d59a4c5fbc11ae3d5367d17b2f166fe44b48dd36723 --body "your comment"
No comments yet. Be the first to start the discussion.