This commit is contained in:
Bubobubobubobubo
2023-10-21 13:43:45 +00:00
parent ec71eda1f3
commit 40c9d1a448
4 changed files with 7 additions and 7 deletions

View File

@ -8,8 +8,8 @@
<script src="https://unpkg.com/hydra-synth"></script>
<script type="module" crossorigin src="/assets/index-f71897c4.js"></script>
<link rel="stylesheet" href="/assets/index-24bd8005.css">
<script type="module" crossorigin src="/assets/index-5847220a.js"></script>
<link rel="stylesheet" href="/assets/index-3a5dafe8.css">
</head>
<style>
@ -176,9 +176,9 @@
<div id="app">
<!-- This modal is used for switching between buffers -->
<div id="modal-buffers" class="invisible bg-gray-900 bg-opacity-50 flex justify-center items-center absolute top-0 right-0 bottom-0 left-0">
<div id="start-button" class="px-16 pt-4 pb-4 rounded-md text-center bg-white">
<p class="text-semibold text-2xl pb-4">Known universes</p>
<p id="existing-universes" class="text-xl"></p>
<div id="start-button" class="lg:px-16 px-4 lg:pt-4 lg:pb-4 pt-2 pb-2 rounded-md text-center bg-white">
<p class="text-semibold lg:text-2xl text-sm pb-4">Known universes</p>
<p id="existing-universes" class="text-normal lg:h-auto h-48 overflow-y-auto mb-2"></p>
<div id="disclaimer" class="pb-4">
<form id="universe-creator">
<label for="search" class="mb-2 text-sm font-medium text-gray-900 sr-only text-white">Search</label>