This commit is contained in:
Bubobubobubobubo
2023-08-28 16:17:33 +00:00
parent a24680fb45
commit 0a06674cc3
4 changed files with 9 additions and 5 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -6,8 +6,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Topos</title>
<script type="module" crossorigin src="/assets/index-504ee664.js"></script>
<link rel="stylesheet" href="/assets/index-da12e15e.css">
<script type="module" crossorigin src="/assets/index-6414f687.js"></script>
<link rel="stylesheet" href="/assets/index-afe4b175.css">
</head>
<style>
@ -157,6 +157,10 @@
<button id="load-universe-button" class="text-black absolute right-2.5 bottom-2.5 bg-white hover:bg-white focus:outline-none font-medium rounded-lg text-sm px-4 py-2">Go</button>
</div>
</form>
<div class="mt-2 flex space-x-6 border-t border-gray-200 rounded-b dark:border-gray-600 border-spacing-y-4">
<button id="close-universes-button" data-modal-hide="defaultModal" type="button" class="mt-2 hover:bg-gray-700 bg-gray-800 text-white focus:ring-4 font-medium rounded-lg text-sm px-5 py-2.5 text-center">Close</button>
</div>
</div>
</div>
</div>