diff --git a/apps/desktop/src/session/components/bottom-accessory/post-session.tsx b/apps/desktop/src/session/components/bottom-accessory/post-session.tsx index e1c5d26c0f..0aa3f2815f 100644 --- a/apps/desktop/src/session/components/bottom-accessory/post-session.tsx +++ b/apps/desktop/src/session/components/bottom-accessory/post-session.tsx @@ -228,17 +228,16 @@ function BatchTranscriptSkeleton({ fillHeight }: { fillHeight: boolean }) { aria-hidden data-testid="transcript-skeleton" className={cn([ - "flex overflow-hidden px-6 py-4", - fillHeight ? "min-h-0 flex-1 items-center" : "h-[178px] items-start", + "flex flex-col overflow-hidden px-6 py-4", + fillHeight + ? "min-h-0 flex-1 justify-center" + : "h-[178px] justify-start", ])} > -
+
{rows.map((row, index) => ( -
-
+
+
-
+
{row.lines.map((lineWidth, lineIndex) => (