summaryrefslogtreecommitdiffhomepage
path: root/templates/web_shell/shell.html
diff options
context:
space:
mode:
authorRay <[email protected]>2018-01-19 11:41:51 +0100
committerGitHub <[email protected]>2018-01-19 11:41:51 +0100
commit750323da53dd34cb02d2919066259da7ab7dc7a9 (patch)
tree43104b379b10760c79c7531a9140406c32dc62ac /templates/web_shell/shell.html
parentf818ec0e05ebc2d1292b56281d4c4291f0514539 (diff)
parent5931bd501cb671854a85b4312bd4da614b6c8797 (diff)
downloadraylib-750323da53dd34cb02d2919066259da7ab7dc7a9.tar.gz
raylib-750323da53dd34cb02d2919066259da7ab7dc7a9.zip
Merge branch 'develop' into testing_uwp
Diffstat (limited to 'templates/web_shell/shell.html')
-rw-r--r--templates/web_shell/shell.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web_shell/shell.html b/templates/web_shell/shell.html
index de3fde45..4dfefb8d 100644
--- a/templates/web_shell/shell.html
+++ b/templates/web_shell/shell.html
@@ -58,7 +58,7 @@
div.emscripten_border { border: 1px solid black; }
/* the canvas *must not* have any border or padding, or mouse coords will be wrong */
- canvas.emscripten { border: 0px none; background: black; }
+ canvas.emscripten { border: 0px none; background: black; width: 100% }
#emscripten_logo {
display: inline-block;