fix post textarea height

This commit is contained in:
ghost 2022-01-03 18:11:57 +02:00
parent 4b8664aff1
commit 31131379b2

View File

@ -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 {