583 B
583 B
Work Plan - Card Preview Threshold Update
Request
- Card Preview: Change the trigger to show the full card to the what now is the new 50% (130px) instead of 200px.
Changes
- PackCard.tsx: Updated logic to
cardWidth < 130for art crop usage andcardWidth >= 130for hover preview prevention. - StackView.tsx: Updated logic to
cardWidth < 130andcardWidth >= 130respectively.
Verification
- Verified code changes in
PackCard.tsxandStackView.tsxviareplace_file_contentoutputs. DeckBuilderView.tsxwas already updated in previous step.