a lot of progress on jotted editor

This commit is contained in:
2021-07-19 22:02:14 -04:00
parent 28bfb0ad19
commit 65112c70c2
424 changed files with 327623 additions and 49 deletions

View File

@ -1,5 +1,9 @@
body {
html, body {
height: 100%;
}
#editor {
height: 600px;
}
textarea {