Some cleaning...

This commit is contained in:
2024-05-31 08:13:10 +02:00
parent d4eda16b59
commit 872f9ebe0b
3 changed files with 12 additions and 31 deletions

View File

@@ -20,7 +20,7 @@
</head>
<body>
<div id="scene"></div>
<div id="ui" style="position: absolute; top: 2rem; min-width: 100vw; z-index: 5;" data-theme="light">
<div id="ui" data-theme="light">
<div class="file ml-4">
<label class="file-label">
<input class="file-input"
@@ -36,6 +36,9 @@
</span>
</label>
</div>
<div class="container p-3" style="min-height: 200px;">
<span class="is-large"></span>
</div>
</div>
</body>
</html>