fixing file selection

This commit is contained in:
2023-08-02 23:26:44 +02:00
parent 187bf1fbac
commit 57f5e27a83
4 changed files with 317 additions and 313 deletions

View File

@ -41,6 +41,19 @@
<span id="universe-viewer" class="ml-4 text-2xl text-white">Topos</span>
</a>
<nav class="py-0 flex flex-wrap items-center text-base absolute right-0">
<!--
<div id="blinkers" class="flex flex-row space-x-2 pr-4 pb-1.5 justify-center items-center">
<p id="blinker-1" class="text-white text-5xl">•</p>
<p id="blinker-2" class="text-white text-5xl">•</p>
<p id="blinker-3" class="text-white text-5xl">•</p>
<p id="blinker-4" class="text-white text-5xl">•</p>
<p id="blinker-5" class="text-white text-5xl">•</p>
<p id="blinker-6" class="text-white text-5xl">•</p>
<p id="blinker-7" class="text-white text-5xl">•</p>
<p id="blinker-8" class="text-white text-5xl">•</p>
<p id="blinker-9" class="text-white text-5xl">•</p>
</div>
-->
<span id="clockviewer" class="font-semibold mr-6 py-1 bg-white text-black rounded align-center text-normal px-2">Clock</span>
<a id="play-button-1" class="mr-5">
<svg class="w-8 h-8" fill="currentColor" viewBox="0 0 14 16">
@ -244,7 +257,7 @@
</ul>
<!-- Here comes the editor itself -->
<div id="editor" class="invisible relative flex flex-row flex-grow w-100 overflow-hidden overflow-y-hidden">
<div id="editor" class="invisible relative flex flex-row flex-grow overflow-hidden overflow-y-hidden">
</div>
</div>
</div>