From 00365086623dd05ea5a81be04790a68fba45bb25 Mon Sep 17 00:00:00 2001 From: "Tom (plebeius.eth)" Date: Mon, 3 Jun 2024 19:39:10 +0200 Subject: [PATCH] fix: video thumbnails stuck on loading, post page overflow --- src/components/catalog-row/catalog-row.tsx | 4 ++-- src/views/post-page/post-page.module.css | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/catalog-row/catalog-row.tsx b/src/components/catalog-row/catalog-row.tsx index ab1a9bc6..85c92292 100644 --- a/src/components/catalog-row/catalog-row.tsx +++ b/src/components/catalog-row/catalog-row.tsx @@ -55,7 +55,7 @@ export const CatalogPostMedia = ({ commentMediaInfo, isOutOfFeed, linkWidth, lin ) : ( // show first frame of the video, as a workaround for Safari not loading thumbnails -