post: disable input field resizing

Textarea can be resized manually, but this does play well
with the automatic resizing (yet), disabling for now.
pull/13/head
OFF0 2022-12-04 16:34:12 +01:00
parent 7d9f31f7c6
commit 8081d12254
Signed by: offbyn
GPG Key ID: 94A2F643C51F37FA
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ textarea:focus {
textarea {
max-height: 50vh;
min-height: 20px;
resize: none;
transition: min-height .1s ease-out, height .1s ease-out;
}
textarea:focus {