The composer is a special case.
Adding CSS (min-height
or height
) will overwrite the dynamic height when dragging the box upward/downward.
To set the initial composer height, you can use the following CSS:
:root {
--reply-composer-height: 255px; // Reply
--new-topic-composer-height: 400px; // New topic
}
EDIT: I made a guide:
7 Likes