Mobile-friendly UI

This commit is contained in:
2026-05-29 00:09:42 +08:00
parent 578a86b9e9
commit 4461782b70
3 changed files with 36 additions and 3 deletions
+4
View File
@@ -87,6 +87,10 @@ function updateNameText(name) {
const gui = new GUI({ width: 425 }); //New UI
if (window.innerWidth <= 600) {
gui.close(); // Starts collapsed on mobile
}
//Loading elements
const loaderContainer = document.getElementById('loader-container');
const loadingText = document.getElementById('loading-text');