Skip to content

Commit

Permalink
fix pkg banner image scaling (#780)
Browse files Browse the repository at this point in the history
  • Loading branch information
ABevier authored Aug 17, 2023
1 parent 735e7c9 commit 14f0551
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tea",
"version": "0.2.55",
"version": "0.2.56",
"private": true,
"description": "tea gui app",
"author": "tea.xyz",
Expand Down
2 changes: 1 addition & 1 deletion svelte/src/components/package-banner/package-banner.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<header class="flex">
<figure class="relative max-w-[240px]">
<PlainPackageImage
class="min-h-[240px] w-full overflow-hidden rounded-lg"
class="overflow-hidden rounded-lg"
project={pkg.full_name}
url={pkg.image_512_url}
cachedImageUrl={pkg.cached_image_url}
Expand Down

0 comments on commit 14f0551

Please sign in to comment.