diff --git a/components/pages/work-flow.tsx b/components/pages/work-flow.tsx index 1612c97..95e5fa1 100644 --- a/components/pages/work-flow.tsx +++ b/components/pages/work-flow.tsx @@ -540,9 +540,11 @@ Please process this video editing request.`; setCurrentSketchIndex(index); }} onRetryVideo={handleRetryVideo} - className={isDesktop ? 'auto-cols-[20%]' : (isTablet ? 'auto-cols-[25%]' : 'auto-cols-[40%]')} + className={isDesktop ? 'auto-cols-[20%]' : (isTablet ? 'auto-cols-[25%]' : 'auto-cols-[33%]')} + cols={isDesktop ? '20%' : isTablet ? '25%' : '33%'} selectedView={selectedView} aspectRatio={aspectRatio} + isMobile={isMobile} /> )} diff --git a/components/pages/work-flow/H5MediaViewer.tsx b/components/pages/work-flow/H5MediaViewer.tsx index 51da617..9cd4a19 100644 --- a/components/pages/work-flow/H5MediaViewer.tsx +++ b/components/pages/work-flow/H5MediaViewer.tsx @@ -182,12 +182,15 @@ export function H5MediaViewer({ const status = raw?.video_status; const videoId = raw?.video_id as string | undefined; return ( -
+
{hasUrl ? ( <>