From 91416833478220e69c2f0e67b203c1594d5fe305 Mon Sep 17 00:00:00 2001 From: thaaoblues Date: Mon, 9 Sep 2024 22:12:24 +0200 Subject: [PATCH] ptite modif de taille pour le texte --- js/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/js/index.js b/js/index.js index a24f6c9..f849a66 100644 --- a/js/index.js +++ b/js/index.js @@ -207,6 +207,8 @@ 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);