Skip to content
This repository was archived by the owner on May 18, 2025. It is now read-only.

Commit e06a149

Browse files
feat(discussions): improve discussion thumb appearance
1 parent dd4140e commit e06a149

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/OnlyApp/ThreadListing/ThreadItem.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -310,12 +310,12 @@ const ThreadItem = ({
310310
</div>
311311

312312
{thumbnail_url && (
313-
<div className="relative w-full aspect-[6/4] rounded-lg overflow-hidden bg-gray-50">
313+
<div className="relative w-full aspect-[6/4] rounded-lg overflow-hidden bg-gray-200">
314314
<Image
315315
src={thumbnail_url}
316316
alt={title || 'صورة المناقشة'}
317317
fill
318-
className="object-cover"
318+
className="object-contain"
319319
loading="lazy"
320320
/>
321321
</div>

0 commit comments

Comments
 (0)