This commit is contained in:
Bubobubobubobubo
2023-09-03 22:56:28 +00:00
parent 9d4b32080b
commit 5aa51fc0e4
2 changed files with 67 additions and 52 deletions

View File

@ -7,7 +7,8 @@
<title>Topos</title>
<script type="module" crossorigin src="/assets/index-9d53be19.js"></script>
<script src="https://unpkg.com/hydra-synth"></script>
<script type="module" crossorigin src="/assets/index-cd9e20e7.js"></script>
<link rel="stylesheet" href="/assets/index-8219df54.css">
</head>
<style>
@ -23,6 +24,19 @@
padding: 0;
}
#hydra-bg {
position: fixed; /* ignore margins */
top: 0px;
left: 0px;
width: 100%; /* fill screen */
height: 100%;
background-size: cover;
overflow-y: hidden;
z-index: -1; /* place behind everything else */
display: block;
}
details br {
display: none;
}
@ -308,6 +322,7 @@
</ul>
<!-- Here comes the editor itself -->
<div id="editor" class="relative flex flex-row h-screen overflow-y-hidden">
<canvas id="hydra-bg"></canvas>
</div>
<p id="error_line" class="hidden text-red-400 w-screen bg-neutral-900 font-mono absolute bottom-0 pl-2 py-2">Hello kids</p>
</div>