This commit is contained in:
Bubobubobubobubo
2023-10-12 19:02:14 +00:00
parent 5979c4d304
commit 81d6cf3da7
2 changed files with 10 additions and 6 deletions

File diff suppressed because one or more lines are too long

View File

@ -8,7 +8,7 @@
<script src="https://unpkg.com/hydra-synth"></script>
<script type="module" crossorigin src="/assets/index-1f48db90.js"></script>
<script type="module" crossorigin src="/assets/index-373f6d0c.js"></script>
<link rel="stylesheet" href="/assets/index-0d7d5dc0.css">
</head>
<style>
@ -446,6 +446,14 @@
</div>
</div>
<template id="ui-known-universe-item-template">
<!-- A known universe button in "opening" interface -->
<li class="hover:fill-black hover:bg-white py-2 hover:text-black flex justify-between px-4">
<button class="universe-name load-universe" title="Load this universe">Universe Name</button>
<button class="delete-universe" title="Delete this universe">🗑</button>
</li>
</template>
</body>
<p id="timeviewer" class="rounded-lg px-2 py-2 font-bold bg-white cursor-textpointer-events-none select-none text-black text-sm absolute bottom-2 right-2"></p>
</html>