diff --git a/src/pages/student-dashboard/StoryPage.tsx b/src/pages/student-dashboard/StoryPage.tsx index 3ae28eb..7a98745 100644 --- a/src/pages/student-dashboard/StoryPage.tsx +++ b/src/pages/student-dashboard/StoryPage.tsx @@ -854,10 +854,10 @@ export function StoryPage() {

{story?.title}

- {/* Container de duas colunas */} -
- {/* 3. Texto da História - Coluna Esquerda (40%) */} -
+ {/* Container responsivo */} +
+ {/* 3. Texto da História - Coluna Esquerda (40% em desktop) */} +
- {/* 5. Imagem da História - Coluna Direita (60%) */} + {/* 5. Imagem da História - Coluna Direita (60% em desktop) */} {!focusMode.isActive && ( -
+
{story?.content?.pages?.[currentPage]?.image ? ( -
+
- + Página {currentPage + 1} de {story?.content?.pages?.length}