mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2026-01-23 02:35:23 +00:00
bootstrap5 textarea height relative to viewport height, fixes #1349
This commit is contained in:
parent
e4902e1bf1
commit
eb42915991
2 changed files with 5 additions and 0 deletions
|
|
@ -36,6 +36,10 @@
|
|||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
#message {
|
||||
height: 70vh;
|
||||
}
|
||||
|
||||
#message, .replymessage {
|
||||
font-family: monospace;
|
||||
resize: vertical;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue