浏览代码

give the editor small padding

Lucas Stadler 10 年之前
父节点
当前提交
96fd0567d9
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      glsl/raymarching.js

+ 2 - 0
glsl/raymarching.js

@ -108,6 +108,8 @@ void main() {
108 108
  width: 72ex;
109 109
  height: calc(100% - 2em + 1px); /* TODO: fix this */
110 110
  resize: horizontal;
111
  padding: 1ex;
112
  box-sizing: border-box;
111 113
}
112 114
113 115
#editor textarea, #editor input {