Cleaned up the Emulator JS

This commit is contained in:
2025-03-17 18:22:08 -05:00
parent 4be5dadb24
commit 61d1859437
4 changed files with 197 additions and 174 deletions

19
public/emulator.css Normal file
View File

@ -0,0 +1,19 @@
body,html {
margin: 0;
padding: 0;
height: 100%;
overflow: hidden;
background: transparent;
}
.game {
width: 100%;
height: 100%;
max-width: 100%;
display: block;
margin: 0 auto;
}
.ejs_menu_bar {
display: none !important;
}