Skip to content

Commit

Permalink
fix boxes
Browse files Browse the repository at this point in the history
  • Loading branch information
2qx committed Sep 2, 2023
1 parent bbc2fe2 commit ec5f9bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/app/src/lib/Donations.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@


{#if lockingBytecode}
<h3>Donations so far...</h3>
<p>{lockingBytecode}</p>
{#if results}
<ImageList class="my-image-list-masonry" style="min-height:1000px;" masonry>
<ImageList class="my-image-list-masonry" style="min-height:500px;" masonry>
{#each results as txo}
<Item>
<div class="tract" style="height:{getUnevenImageSize(txo.satoshis, 80, 120, Math.abs)}px">
Expand Down
2 changes: 1 addition & 1 deletion packages/app/src/routes/202309_fundraiser/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ pointer-events: none;"
will be covered over.
</p>
<Donations {lockingBytecode} />
<Donations {perpLockingBytecode} />
<Donations lockingBytecode={"aa2076c2d330f961211025bd0760095510df60d4c6dad787"} />
</div>
</Card>
</div>
Expand Down

0 comments on commit ec5f9bc

Please sign in to comment.