Skip to content

Commit

Permalink
Merge pull request #57 from greybaron/fix/still-fixing-tile-height
Browse files Browse the repository at this point in the history
bruh moment
  • Loading branch information
fnschmidt authored Aug 5, 2024
2 parents b2f80f6 + 77215c3 commit d8070a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/dashboard/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
<div class="w-[98%] sm:w-auto grid grid-cols-1 lg:grid-cols-2 gap-4 mx-auto">
<!-- create portals -->
{#each components as _, idx}
<div id="portal{idx}" />
<div class="flex" id="portal{idx}" />
{/each}

<!-- create tiles -->
Expand Down

0 comments on commit d8070a8

Please sign in to comment.