From bc93ef40edd8ac589e5b8d629c4beff6fe800b31 Mon Sep 17 00:00:00 2001 From: thaaoblues Date: Mon, 9 Sep 2024 22:20:10 +0200 Subject: [PATCH] patch --- css/index.css | 5 +++++ js/index.js | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) 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);