adjust comment box
This commit is contained in:
parent
f66aa336ac
commit
b6b62506c5
@ -182,19 +182,20 @@ a.wall-item-name-link {
|
|||||||
.comment-edit-text-empty,
|
.comment-edit-text-empty,
|
||||||
.comment-edit-text-full {
|
.comment-edit-text-full {
|
||||||
padding: 0.5rem;
|
padding: 0.5rem;
|
||||||
line-height: 1.25;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
display: inherit;
|
display: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
.comment-edit-text-empty {
|
.comment-edit-text-empty {
|
||||||
height: 2.25rem;
|
height: 2rem;
|
||||||
|
line-height: 1;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
resize: none;
|
resize: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.comment-edit-text-full {
|
.comment-edit-text-full {
|
||||||
height: 7rem;
|
height: 7rem;
|
||||||
|
line-height: 1.25;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
resize: vertical;
|
resize: vertical;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user