make room for quoted post and constrain the quoted post
This commit is contained in:
parent
352217c5b4
commit
8812cda2a2
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -293,6 +293,8 @@
|
|||
.status__content {
|
||||
font-size: 0.9em;
|
||||
color: #555;
|
||||
max-height: 100px;
|
||||
overflow-y: auto;
|
||||
}
|
||||
}
|
||||
} // end .compose-form
|
Loading…
Reference in New Issue