瀏覽代碼

Support canvas scaling with window

pull/432/head
- 8 年之前
父節點
當前提交
493a67e6d5
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      templates/web_shell/shell.html

+ 1
- 1
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;

Loading…
取消
儲存