From 4d0e2a85945f1b361ae788f9e92714f9f9798bd9 Mon Sep 17 00:00:00 2001 From: Katroku Date: Sun, 1 May 2022 17:21:40 +0300 Subject: [PATCH] Make message box wider and unresizeable --- public/css/styles.css | 1 + views/thread.ejs | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/public/css/styles.css b/public/css/styles.css index 69111d4..1bc6f08 100644 --- a/public/css/styles.css +++ b/public/css/styles.css @@ -34,6 +34,7 @@ textarea { width: auto; height: auto; cursor: pointer; + resize: none; } p { diff --git a/views/thread.ejs b/views/thread.ejs index 517bdb2..e82d697 100644 --- a/views/thread.ejs +++ b/views/thread.ejs @@ -71,7 +71,7 @@
- +
@@ -87,4 +87,4 @@ <%- include("extra/footer") %> - \ No newline at end of file +