Summary
Three issues with the story card after PR #523:
1. Author profile link not clickable on desktop
The author name (WriterIdentityClient) was moved back inside the moleskine cover with z-40 to sit above the card link. This breaks the stretched card link on desktop — the entire card is no longer clickable to the story detail page. Mobile still works (likely because the hover/open animation doesn't apply).
Fix: Move author name back outside the moleskine box (below the cover, above TVL/rating). This keeps the profile link easily clickable without z-index conflicts. The entire moleskine cover should remain clickable to the story page.
2. Plot count and NEW badges should be at the bottom of the moleskine
Currently the [1 plot], [NEW], and genre tags are at the top of the moleskine cover. Move the plot count badge and NEW badge to the bottom of the moleskine cover area. Genre tag can stay at the top.
Layout (top to bottom)
- Moleskine cover:
- Top: genre tag only
- Center: story title
- Bottom: plot count badge + NEW badge (if applicable)
- Below moleskine: author name (clickable to /profile)
- Below author: TVL, rating
Acceptance Criteria
Summary
Three issues with the story card after PR #523:
1. Author profile link not clickable on desktop
The author name (WriterIdentityClient) was moved back inside the moleskine cover with
z-40to sit above the card link. This breaks the stretched card link on desktop — the entire card is no longer clickable to the story detail page. Mobile still works (likely because the hover/open animation doesn't apply).Fix: Move author name back outside the moleskine box (below the cover, above TVL/rating). This keeps the profile link easily clickable without z-index conflicts. The entire moleskine cover should remain clickable to the story page.
2. Plot count and NEW badges should be at the bottom of the moleskine
Currently the
[1 plot],[NEW], and genre tags are at the top of the moleskine cover. Move the plot count badge and NEW badge to the bottom of the moleskine cover area. Genre tag can stay at the top.Layout (top to bottom)
Acceptance Criteria