feat: implement responsive column-based styling for all thumbnail cards #9
Reference in New Issue
Block a user
Delete Branch "feature/cookbook-pagination"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
This PR implements consistent responsive styling across all recipe and cookbook thumbnail displays with column-specific font sizes and description visibility rules to prevent text cutoff and improve visual consistency.
Key Changes
Responsive Font Sizing:
Styling Consistency:
-webkit-line-clampPages Updated:
Documentation:
Files Changed
CLAUDE.md- Added UI Design System documentationpackages/web/src/pages/RecipeList.tsx- Applied responsive grid classespackages/web/src/pages/Cookbooks.tsx- Updated with responsive patternspackages/web/src/pages/CookbookDetail.tsx- Applied to recipes and nested cookbookspackages/web/src/styles/RecipeList.css- Added column-specific stylespackages/web/src/styles/Cookbooks.css- Comprehensive responsive updatespackages/web/src/styles/CookbookDetail.css- Responsive styling for both gridsTesting
Visual Impact
Before:
After:
Test Plan
🤖 Generated with Claude Code