Cleaned up the Emulator JS
This commit is contained in:
19
public/emulator.css
Normal file
19
public/emulator.css
Normal 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;
|
||||
}
|
Reference in New Issue
Block a user