mirror of
https://github.com/twisterarmy/cloud-server.git
synced 2025-03-12 21:41:09 +00:00
fix post textarea height
This commit is contained in:
parent
4b8664aff1
commit
31131379b2
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user