Browse Source

fix post textarea height

main
ghost 3 years ago
parent
commit
31131379b2
  1. 4
      src/public/css/template/default/module/post.css

4
src/public/css/template/default/module/post.css

@ -34,7 +34,7 @@
} }
.modulePost .message textarea { .modulePost .message textarea {
height: 52px; height: 70px;
width: 100%; width: 100%;
padding: 16px 8px; padding: 16px 8px;
border-radius: 3px; border-radius: 3px;
@ -48,7 +48,7 @@
} }
.modulePost textarea:focus { .modulePost textarea:focus {
height: 80px; height: 90px;
} }
.modulePost .button { .modulePost .button {

Loading…
Cancel
Save