Просмотр исходного кода

make the editor resizable again

Lucas Stadler лет назад: 10
Родитель
Сommit
fce404def9
1 измененных файлов с 5 добавлено и 2 удалено
  1. 5 2
      glsl/raymarching.js

+ 5 - 2
glsl/raymarching.js

100
  position: absolute;
100
  position: absolute;
101
  top: 0;
101
  top: 0;
102
  left: 0;
102
  left: 0;
103
  height: 100%;
103
}
104
}
104
105
105
#editor textarea {
106
#editor textarea {
106
  min-width: 72ex;
107
  height: 100vh;
107
  display: block;
108
  width: 72ex;
109
  height: calc(100% - 2em + 1px); /* TODO: fix this */
110
  resize: horizontal;
108
}
111
}
109
112
110
#editor textarea, #editor input {
113
#editor textarea, #editor input {