about summary refs log tree commit diff
diff options
context:
space:
mode:
authorCaidan Williams <caidan@internet.dev>2025-07-22 16:32:15 -0700
committerCaidan Williams <caidan@internet.dev>2025-07-24 12:30:35 -0700
commit269d70e66c7f3616664990a053350fd873a12472 (patch)
treec3c3cb27fef5c69a5d1c3aa1ca0296bb306bc1fa
parent0685de9b7ff26e555f50dfb8819f60fa85d68a39 (diff)
downloadvoidsky-269d70e66c7f3616664990a053350fd873a12472.tar.zst
feat(ui): increase the trending videos card size
-rw-r--r--src/components/interstitials/TrendingVideos.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/interstitials/TrendingVideos.tsx b/src/components/interstitials/TrendingVideos.tsx
index c95311d0e..f5d972f4a 100644
--- a/src/components/interstitials/TrendingVideos.tsx
+++ b/src/components/interstitials/TrendingVideos.tsx
@@ -25,7 +25,7 @@ import {
   CompactVideoPostCardPlaceholder,
 } from '#/components/VideoPostCard'
 
-const CARD_WIDTH = 100
+const CARD_WIDTH = 108
 
 const FEED_DESC = `feedgen|${VIDEO_FEED_URI}`
 const FEED_PARAMS: {