diff --git a/src/components/catalog-row/catalog-row.tsx b/src/components/catalog-row/catalog-row.tsx index ff6e1975..ca9f92ea 100644 --- a/src/components/catalog-row/catalog-row.tsx +++ b/src/components/catalog-row/catalog-row.tsx @@ -48,12 +48,7 @@ const CatalogPost = ({ post }: { post: Comment }) => { displayHeight = `${maxThumbnailSize}px`; } - if (type === 'audio') { - displayWidth = '150px'; - displayHeight = '75px'; - } - - if (isDescription || isRules) { + if (type === 'audio' || isDescription || isRules) { displayWidth = 'unset'; displayHeight = 'unset'; }