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

Commit 0ea89ec

Browse files
authored
image blur effect escapes border (#558)
1 parent 8a721a6 commit 0ea89ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/desktop/src/components/package-card/bg-image.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
}
6161
</script>
6262

63-
<section class="bg-black {clazz} {layout}">
63+
<section class="overflow-hidden bg-black {clazz} {layout}">
6464
<i
6565
class="logo icon-tea-logo-iconasset-1 text-3xl text-gray {layout}"
6666
class:animate-pulse={!pkg.thumb_image_url}

0 commit comments

Comments
 (0)