deploy: 53d340df51
This commit is contained in:
File diff suppressed because one or more lines are too long
17
index.html
17
index.html
@ -7,7 +7,8 @@
|
|||||||
<title>Topos</title>
|
<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">
|
<link rel="stylesheet" href="/assets/index-8219df54.css">
|
||||||
</head>
|
</head>
|
||||||
<style>
|
<style>
|
||||||
@ -23,6 +24,19 @@
|
|||||||
padding: 0;
|
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 {
|
details br {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
@ -308,6 +322,7 @@
|
|||||||
</ul>
|
</ul>
|
||||||
<!-- Here comes the editor itself -->
|
<!-- Here comes the editor itself -->
|
||||||
<div id="editor" class="relative flex flex-row h-screen overflow-y-hidden">
|
<div id="editor" class="relative flex flex-row h-screen overflow-y-hidden">
|
||||||
|
<canvas id="hydra-bg"></canvas>
|
||||||
</div>
|
</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>
|
<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>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user