diff --git a/frontend/src/components/VideoCard.tsx b/frontend/src/components/VideoCard.tsx index 5b37762..38d5ae8 100644 --- a/frontend/src/components/VideoCard.tsx +++ b/frontend/src/components/VideoCard.tsx @@ -149,7 +149,7 @@ function resumePct(video: Video): number { // reading as a column. The flex row this replaces let a "36:36" and a "3:31:09" push the marker // beside them to different places, and pulled it left again whenever the duration was absent // (live/upcoming) — visible as a ragged edge down the page. -function RowMetaCells({ video, className }: { video: Video; className?: string }) { +function RowMetaCells({ video }: { video: Video }) { const { t } = useTranslation(); // Icons, not the labelled chips the thumbnail uses: at a glance this is the least important thing // in the row, so it gets about a letter's worth of width. Icons rather than a coloured dot @@ -168,12 +168,7 @@ function RowMetaCells({ video, className }: { video: Video; className?: string } // widen a slot and the title column silently pays for it. rem, not px, so the whole cell tracks // the text-size setting the same way its contents do. return ( -