Skip to content

Commit

Permalink
deploy: f451b81
Browse files Browse the repository at this point in the history
  • Loading branch information
Bubobubobubobubo committed Jan 17, 2024
1 parent 8779881 commit 81d0655
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 4 deletions.
2 changes: 1 addition & 1 deletion assets/index-0e0e6d70.js → assets/index-dc53173b.js

Large diffs are not rendered by default.

Binary file not shown.
16 changes: 14 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@


<script src="https://unpkg.com/hydra-synth"></script>
<script type="module" crossorigin src="/assets/index-0e0e6d70.js"></script>
<script type="module" crossorigin src="/assets/index-dc53173b.js"></script>
<link rel="stylesheet" href="/assets/index-e5dc6b43.css">
<script id="vite-plugin-pwa:register-sw" src="/registerSW.js" defer></script></head>
<style>
Expand All @@ -33,6 +33,18 @@
transition: background-color 0.05s ease-in-out;
}

.hydracanvas {
position: fixed; /* ignore margins */
top: 0px;
left: 0px;
width: 100%; /* fill screen */
height: 100%;
background-size: cover;
overflow-y: hidden;
z-index: -5; /* place behind everything else */
display: block;
}

.fullscreencanvas {
position: fixed; /* ignore margins */
top: 0px;
Expand Down Expand Up @@ -677,9 +689,9 @@ <h1 class="lg:mt-12 mt-6 font-semibold rounded-lg justify-center lg:text-center
<!-- Here comes the editor itself -->
<div id="editor" class="relative flex flex-row h-screen overflow-y-hidden">
<canvas id="scope" class="fullscreencanvas"></canvas>
<canvas id="hydra-bg" class="fullscreencanvas"></canvas>
<canvas id="feedback" class="fullscreencanvas"></canvas>
<canvas id="drawings" class="fullscreencanvas"></canvas>
<canvas id="hydra-bg" class="hydracanvas"></canvas>
</div>
<p id="error_line" class="hidden w-screen bg-background font-mono absolute bottom-0 pl-2 py-2">Hello kids</p>
</div>
Expand Down
Binary file modified index.html.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion sw.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 81d0655

Please sign in to comment.