Przeglądaj źródła

give the editor small padding

Lucas Stadler 10 lat temu
rodzic
commit
96fd0567d9
1 zmienionych plików z 2 dodań i 0 usunięć
  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 {