From bb776db1a390d1e69d554c3d6f84ae4837e96036 Mon Sep 17 00:00:00 2001 From: nicholaspsmith Date: Wed, 14 Jan 2026 12:45:19 -0500 Subject: [PATCH] Fix flashcard visibility regression on mobile Co-Authored-By: Claude --- components/quiz/QuizCard.tsx | 10 +++++----- components/study/FlashcardMode.tsx | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/components/quiz/QuizCard.tsx b/components/quiz/QuizCard.tsx index 3d56da7..066f493 100644 --- a/components/quiz/QuizCard.tsx +++ b/components/quiz/QuizCard.tsx @@ -110,9 +110,9 @@ export default function QuizCard({ flashcard, onRate, onDelete }: QuizCardProps)
{/* Front Face - Question Only */}
-
+
{/* Question Section */} -
+

-
+
{/* Question (for context) */} -
+

Question

@@ -156,7 +156,7 @@ export default function QuizCard({ flashcard, onRate, onDelete }: QuizCardProps) {/* Answer Section */}
diff --git a/components/study/FlashcardMode.tsx b/components/study/FlashcardMode.tsx index b04df2c..07ea5d9 100644 --- a/components/study/FlashcardMode.tsx +++ b/components/study/FlashcardMode.tsx @@ -117,7 +117,7 @@ export default function FlashcardMode({ {/* Card - T005: Perspective wrapper with key to reset on card change */}
{/* T006: 3D flip animation with transform-style and rotateY */}