You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your suggestion related to a problem? Please describe.
Several customers complain it should be bigger. Is there some way to change constants in code to make it preexpanded to N lines and dynamically grow to M lines?
Currently, the size is controlled by mx_BasicMessageComposermin-height and mx_BasicMessageComposer_inputmax-height, expressed in pixels. Ideally we could express this in lines of text, and have there be two variables:
composer.initialLineHeight
composer.maxLineHeight
Where maxLineHeight is the number of lines before scrolling begins.
Describe alternatives you've considered.
The same but still using pixels. I'd prefer lines.
Additional context
Customer ask. This is in a context where they are replacing email, rather than another chat, so needs to be larger area.
The text was updated successfully, but these errors were encountered:
Is your suggestion related to a problem? Please describe.
Describe the solution you'd like.
https://github.com/matrix-org/matrix-react-sdk/blob/78b1f6c0b13efd57031a329a1ac62baba948dad3/res/css/views/rooms/_SendMessageComposer.scss
Currently, the size is controlled by
mx_BasicMessageComposer
min-height
andmx_BasicMessageComposer_input
max-height
, expressed in pixels. Ideally we could express this in lines of text, and have there be two variables:composer.initialLineHeight
composer.maxLineHeight
Where
maxLineHeight
is the number of lines before scrolling begins.Describe alternatives you've considered.
The same but still using pixels. I'd prefer lines.
Additional context
Customer ask. This is in a context where they are replacing email, rather than another chat, so needs to be larger area.
The text was updated successfully, but these errors were encountered: