From 31131379b23fd1bf9a4203c9b393ff191b5952d5 Mon Sep 17 00:00:00 2001 From: ghost Date: Mon, 3 Jan 2022 18:11:57 +0200 Subject: [PATCH] fix post textarea height --- src/public/css/template/default/module/post.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/public/css/template/default/module/post.css b/src/public/css/template/default/module/post.css index 6550101..d8c80c2 100644 --- a/src/public/css/template/default/module/post.css +++ b/src/public/css/template/default/module/post.css @@ -34,7 +34,7 @@ } .modulePost .message textarea { - height: 52px; + height: 70px; width: 100%; padding: 16px 8px; border-radius: 3px; @@ -48,7 +48,7 @@ } .modulePost textarea:focus { - height: 80px; + height: 90px; } .modulePost .button {