This commit is contained in:
Dominic DiTaranto 2025-09-07 23:36:11 -04:00
parent 40f2053067
commit 50fa9b0f5c

View file

@ -219,6 +219,10 @@
elem.style.display = "none";
}
}
if (window.innerWidth < 481) {
toggleDisplay("dpad");
}
</script>
</body>
</html>