Restore UI container to proper size...

This commit is contained in:
Nicolò P 2024-05-31 15:41:35 +02:00
parent 872f9ebe0b
commit df680c6b63
2 changed files with 1 additions and 5 deletions

View File

@ -8,7 +8,6 @@
#ui { #ui {
position: absolute; position: absolute;
top: 2rem; top: 2rem;
min-width: 100vw; max-width: 30vw;
min-height: 100vh;
z-index: 5; z-index: 5;
} }

View File

@ -36,9 +36,6 @@
</span> </span>
</label> </label>
</div> </div>
<div class="container p-3" style="min-height: 200px;">
<span class="is-large"></span>
</div>
</div> </div>
</body> </body>
</html> </html>