From 32d53f31ba6f755f5971338f9b3e559ab0d9c41f Mon Sep 17 00:00:00 2001 From: limepotato Date: Fri, 5 Jul 2024 08:05:59 +0200 Subject: [PATCH] revert 96d6a81461e9a35b6086b716b50ff48982751162 revert Was a bit too big if in a reply It actually doesnt matter, it changes based on how big the post is that is being replied to, a healthy dose of copium required or a script to dynamically change --- custom/assets/instance.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom/assets/instance.css b/custom/assets/instance.css index aaaaf86f5..785923501 100644 --- a/custom/assets/instance.css +++ b/custom/assets/instance.css @@ -7,5 +7,5 @@ */ textarea { - height: 225px + height: 300px }