ソースを参照

give the editor small padding

Lucas Stadler 10 年 前
コミット
96fd0567d9
共有1 個のファイルを変更した2 個の追加0 個の削除を含む
  1. 2 0
      glsl/raymarching.js

+ 2 - 0
glsl/raymarching.js

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