diff --git a/src/components/asignaturas/detalle/IAAsignaturaTab.tsx b/src/components/asignaturas/detalle/IAAsignaturaTab.tsx index 6b39f0e..807bb69 100644 --- a/src/components/asignaturas/detalle/IAAsignaturaTab.tsx +++ b/src/components/asignaturas/detalle/IAAsignaturaTab.tsx @@ -554,7 +554,13 @@ export function IAAsignaturaTab() { {/* 2. PANEL CENTRAL (CHAT) - EL RECUADRO ESTILIZADO */} -
+
{/* Header Interno del Recuadro */}
@@ -593,7 +599,7 @@ export function IAAsignaturaTab() {
{/* Área de Mensajes */} -
+
{messages.map((msg) => ( diff --git a/src/routes/planes/$planId/_detalle/iaplan.tsx b/src/routes/planes/$planId/_detalle/iaplan.tsx index 2be3560..db91b2f 100644 --- a/src/routes/planes/$planId/_detalle/iaplan.tsx +++ b/src/routes/planes/$planId/_detalle/iaplan.tsx @@ -482,7 +482,7 @@ function RouteComponent() { } return ( -
+
{/* --- HEADER MÓVIL (Solo visible en < md) --- */}