Skip to content

Commit

Permalink
Update WebVM.svelte
Browse files Browse the repository at this point in the history
  • Loading branch information
szweibel authored Oct 18, 2024
1 parent 8bea08c commit c60eab6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/lib/WebVM.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -295,9 +295,8 @@
</script>

<main class="relative w-full h-full">
<Nav />
<div class="absolute top-10 bottom-0 left-0 right-0">
<SideBar on:connect={handleConnect} on:reset={handleReset}/>

{#if configObj.needsDisplay}
<canvas class="absolute top-0 bottom-0 left-14 right-0" width="1024" height="768" id="display"></canvas>
{/if}
Expand Down

0 comments on commit c60eab6

Please sign in to comment.