diff --git a/files/templates/chat.html b/files/templates/chat.html index fce829efc..2949fcee4 100644 --- a/files/templates/chat.html +++ b/files/templates/chat.html @@ -49,9 +49,7 @@
{% set text=m['text'] %} {{m['text_html'] | safe}} - +
@@ -106,11 +104,11 @@ } .profile-pic-30 { - width: 30px; - height: 30px; - border-radius: 50%; - text-align: center; - object-fit: cover; + width: 30px; + height: 30px; + border-radius: 50%; + text-align: center; + object-fit: cover; } @@ -190,6 +188,7 @@ } function quote(text) { + textbox.style.height = '76px' textbox.value = text + '\n' textbox.focus() }