diff --git a/css/index.css b/css/index.css index 4e4b0b9..a11743d 100644 --- a/css/index.css +++ b/css/index.css @@ -210,4 +210,9 @@ .ascii-art { font-family: monospace; white-space: pre; +} + +textarea{ + width: 40vw; + height: 40vh; } \ No newline at end of file diff --git a/js/index.js b/js/index.js index f849a66..a24f6c9 100644 --- a/js/index.js +++ b/js/index.js @@ -207,8 +207,6 @@ async function gen_chronologie(){ case 1: const textarea = document.createElement('textarea'); - textarea.setAttribute("height","40vh"); - textarea.setAttribute("width","65vw") var xmlhttp, text; xmlhttp = new XMLHttpRequest(); xmlhttp.open('GET', doc.upload_path, false);