make room for quoted post and constrain the quoted post

This commit is contained in:
Rob Colbert 2019-08-13 14:00:09 -04:00
parent 352217c5b4
commit 8812cda2a2
2 changed files with 3 additions and 1 deletions

View File

@ -4915,7 +4915,7 @@ noscript {
flex-direction: column;
.compose-form__autosuggest-wrapper .autosuggest-textarea__textarea {
max-height: calc(100vh - 263px) !important;
max-height: calc(100vh - 363px) !important;
}
}
}

View File

@ -293,6 +293,8 @@
.status__content {
font-size: 0.9em;
color: #555;
max-height: 100px;
overflow-y: auto;
}
}
} // end .compose-form