web/composer: add min-height so that the composer shows up

Signed-off-by: Sumner Evans <me@sumnerevans.com>
This commit is contained in:
Sumner Evans 2024-11-30 17:06:04 -07:00
parent 91676f3e98
commit 8cc3f58b73
No known key found for this signature in database
GPG key ID: 8904527AB50022FD

View file

@ -2,6 +2,7 @@ div.message-composer {
border-top: 1px solid var(--border-color);
overflow: hidden;
grid-area: input;
min-height: 2.2rem;
blockquote.reply-body > pre {
text-wrap: auto !important;