From 9b039e42df4eefb7971a2cfa19bce260ab4ef08f Mon Sep 17 00:00:00 2001 From: junk Date: Sat, 27 Mar 2021 20:20:28 -0300 Subject: Arreglando diseño para móviles --- cgi/templates/txt_thread.html | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'cgi/templates/txt_thread.html') diff --git a/cgi/templates/txt_thread.html b/cgi/templates/txt_thread.html index be257e6..55f5e82 100644 --- a/cgi/templates/txt_thread.html +++ b/cgi/templates/txt_thread.html @@ -1,6 +1,5 @@ -
@@ -28,9 +27,9 @@

#{thread['subject']} (${(str(thread['length'])+" respuestas") if thread['length']>1 else "Una respuesta"})

-

#{post['num']} : Mensaje eliminado por el usuario.

+

#{post['num']} : Mensaje eliminado por usuario.

-

#{post['num']} : Mensaje eliminado por miembro del staff.

+

#{post['num']} : Mensaje eliminado por staff.

@@ -53,7 +52,7 @@ : #{post['timestamp_formatted']} rep del -
${int(post['file_size'])//1024}KB ${post['file'].split(".")[1].upper()}
+ ${post['file']}-(${post['file_size']}B)
#{post['message']}
@@ -89,7 +88,7 @@
- Nombre:  E-mail: 
+ Nombre: E-mail:

@@ -106,4 +105,4 @@
- + \ No newline at end of file -- cgit v1.2.1-18-gbd029