From 2dc7a471f3b7211d6a021c4a8d8d3a43cc9774f3 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Tue, 22 Mar 2022 16:33:39 +0200 Subject: [PATCH] dfs --- files/templates/chat.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/templates/chat.html b/files/templates/chat.html index b9328b351..efab3d240 100644 --- a/files/templates/chat.html +++ b/files/templates/chat.html @@ -188,8 +188,8 @@ } function quote(text) { - textbox.style.height = '76px' - textbox.value = '> ' + text + '\n' + textbox.style.height = '80px' + textbox.value = '> ' + text + '\n\n' textbox.focus() }