Skip to content

Commit

Permalink
Merge pull request #719 from gagan-suie/dev
Browse files Browse the repository at this point in the history
Fix: active channel cover thumbnail
  • Loading branch information
gagansuie authored Sep 22, 2023
2 parents 3978f94 + d4bc785 commit 6d71a96
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"format": "prettier --plugin-search-dir . --write ."
},
"devDependencies": {
"@playwright/test": "1.38.0",
"@playwright/test": "1.38.1",
"@sveltejs/adapter-cloudflare": "^2.2.0",
"@sveltejs/kit": "^1.10.0",
"@sveltejs/svelte-virtual-list": "^3.0.1",
Expand Down
4 changes: 2 additions & 2 deletions src/lib/components/Browse/Sections/ItemCarousel.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
</script>

<a
class="swiper-slide rounded-md"
class="swiper-slide rounded-md bg-black h-fit"
href="/channel/{channel._id}"
style="background-image: url({bg_cover});">
style="background-image: url({bg_cover}); background-size: cover; background-repeat: no-repeat;">
<div class="flex flex-col justify-between p-3 w-full h-full">
<div class="flex flex-row justify-between">
<div class="flex gap-2 mb-3">
Expand Down

0 comments on commit 6d71a96

Please sign in to comment.