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:
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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user