tractatus/.claude
TheFlow fb7fd9d1f2 fix(ui): use fixed width classes instead of w-full for diagram sizing
SUMMARY:
Fixed diagram sizing issue by replacing w-full with fixed width classes.
Diagram was taking up full screen due to w-full overriding max-width constraints.

CHANGES:
- Removed: w-full max-w-[96px] sm:max-w-[128px] lg:max-w-[160px]
- Added: w-24 sm:w-32 lg:w-40 (fixed widths)

SIZING:
- Mobile: w-24 = 96px (6rem)
- Tablet: sm:w-32 = 128px (8rem)
- Desktop: lg:w-40 = 160px (10rem)

This ensures the diagram is properly constrained to 25% of original size
across all viewports without being overridden by w-full.

Cache-busting: v=20251019165000

🤖 Generated with Claude Code (https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-19 18:30:16 +13:00
..
metrics fix(ui): use fixed width classes instead of w-full for diagram sizing 2025-10-19 18:30:16 +13:00
sessions feat: fix CSP violations & implement three audience paths 2025-10-07 12:21:00 +13:00
instruction-history.json chore(framework): update instruction history and hook metrics 2025-10-19 12:48:21 +13:00
instruction-history.json.backup-20251012-143441 feat: newsletter modal and deployment script enhancements 2025-10-14 13:11:46 +13:00
plan-registry.json feat: comprehensive accessibility improvements (WCAG 2.1 AA) 2025-10-12 07:08:40 +13:00
tractatus-config.json feat: ACTIVATE Tractatus Governance Framework 🤖 2025-10-07 09:22:05 +13:00