diff options
author | Caidan Williams <caidan@internet.dev> | 2025-07-22 16:32:15 -0700 |
---|---|---|
committer | Caidan Williams <caidan@internet.dev> | 2025-07-24 12:30:35 -0700 |
commit | 269d70e66c7f3616664990a053350fd873a12472 (patch) | |
tree | c3c3cb27fef5c69a5d1c3aa1ca0296bb306bc1fa /src | |
parent | 0685de9b7ff26e555f50dfb8819f60fa85d68a39 (diff) | |
download | voidsky-269d70e66c7f3616664990a053350fd873a12472.tar.zst |
feat(ui): increase the trending videos card size
Diffstat (limited to 'src')
-rw-r--r-- | src/components/interstitials/TrendingVideos.tsx | 2 |
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: { |