aboutsummaryrefslogtreecommitdiff
path: root/templates/web_shell/shell.html
diff options
context:
space:
mode:
authorDavid Reid <mackron@gmail.com>2018-04-21 17:26:40 +1000
committerDavid Reid <mackron@gmail.com>2018-04-21 17:26:40 +1000
commitf5ebbfb6bc80e5d5555e84ee505ff794c2bc64b6 (patch)
tree800aeb61be9c2018d1a048da54d1f6ab746f11f1 /templates/web_shell/shell.html
parent950f31e620a9239dc91230ad92bb243f149e6f2c (diff)
parent847bdaf68287f70fbeb5599361257b6f982e48c5 (diff)
downloadraylib-f5ebbfb6bc80e5d5555e84ee505ff794c2bc64b6.tar.gz
raylib-f5ebbfb6bc80e5d5555e84ee505ff794c2bc64b6.zip
Merge branch 'master' of https://github.com/raysan5/raylib into dr/mini_al
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;