diff options
| author | realtradam <[email protected]> | 2022-01-27 14:22:23 -0500 |
|---|---|---|
| committer | realtradam <[email protected]> | 2022-01-27 14:22:23 -0500 |
| commit | 0d59fff9a41f9c7b80f0e7fde7068d56bfc56c7c (patch) | |
| tree | 8db9d5eb2c195d814dcc166eaf7b4c07663ced73 /vendor/html/minshell.html | |
| parent | 533741c77c5c8372dae1d4043f78ca62297b0c26 (diff) | |
| download | FelFlameEngine-0d59fff9a41f9c7b80f0e7fde7068d56bfc56c7c.tar.gz FelFlameEngine-0d59fff9a41f9c7b80f0e7fde7068d56bfc56c7c.zip | |
minshell now centers
Diffstat (limited to 'vendor/html/minshell.html')
| -rw-r--r-- | vendor/html/minshell.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/vendor/html/minshell.html b/vendor/html/minshell.html index 5705975..ca17847 100644 --- a/vendor/html/minshell.html +++ b/vendor/html/minshell.html @@ -54,7 +54,9 @@ canvas.emscripten { border: 0px none; background-color: black; } </script> </head> <body> - <canvas class=emscripten id=canvas oncontextmenu=event.preventDefault() tabindex=-1 style="border:0px; outline:0px;"></canvas> + <div style="text-align: center"> + <canvas class=emscripten id=canvas oncontextmenu=event.preventDefault() tabindex=-1 style="border:0px; outline:0px; display: inline-block; width:900px;"></canvas> + </div> <p id="output" /> <script> var Module = { |
