Sfoglia il codice sorgente

give the editor small padding

Lucas Stadler 10 anni fa
parent
commit
96fd0567d9
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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 {