Merge branch 'compose-css' into 'develop'

Restrict compose modal textarea size, #67

See merge request gab/social/gab-social!28
This commit is contained in:
Rob Colbert 2019-08-01 18:47:57 +00:00
commit 1bfbb53c14

@ -4903,6 +4903,10 @@ noscript {
max-height: 100%;
display: flex;
flex-direction: column;
.compose-form__autosuggest-wrapper .autosuggest-textarea__textarea {
max-height: calc(100vh - 263px) !important;
}
}
}
}