Make entire post card clickable to open post

Clicking anywhere on a card opens the post modal. Like button and
like count have stopPropagation so they work independently. Added
cursor:pointer to card for visual affordance.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-08 09:39:23 +02:00
parent af55297452
commit da6654638a
2 changed files with 4 additions and 3 deletions

View File

@@ -195,6 +195,7 @@ nav a:hover { color: #fff; }
overflow: hidden;
box-shadow: 0 4px 16px var(--shadow);
transition: transform 0.2s, box-shadow 0.2s;
cursor: pointer;
}
.recipe-card:hover {