bootstrap5 textarea height relative to viewport height, fixes #1349

This commit is contained in:
El RIDO 2024-06-13 20:22:40 +02:00
parent e4902e1bf1
commit eb42915991
No known key found for this signature in database
GPG key ID: 0F5C940A6BD81F92
2 changed files with 5 additions and 0 deletions

View file

@ -36,6 +36,10 @@
margin-bottom: 10px;
}
#message {
height: 70vh;
}
#message, .replymessage {
font-family: monospace;
resize: vertical;