Skip to content

Commit

Permalink
[fix] remove old code block
Browse files Browse the repository at this point in the history
  • Loading branch information
braebo committed Feb 20, 2024
1 parent 015c8f0 commit adf059f
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions src/routes/demo/gui/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -143,25 +143,6 @@
<div class="orbs">
<Orbs bind:params />
</div>

{#if size && position && closed}
{#key $size || $position || $closed}
<div class="code-fade">
<Code
--max-height="100%"
text={JSON.stringify(
{
size: $size,
position: $position,
closed: $closed,
},
null,
2,
)}
/>
</div>
{/key}
{/if}
{/if}
</div>

Expand All @@ -186,8 +167,4 @@
height: 20rem;
margin: auto;
}
.code-fade {
width: 15rem;
}
</style>

0 comments on commit adf059f

Please sign in to comment.