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 {