Limit textareas height

This commit is contained in:
Cohee
2023-08-29 18:45:49 +03:00
parent eb7a8f9ae4
commit ed9ed3c79b

View File

@@ -882,6 +882,13 @@ textarea {
font-family: "Noto Sans", "Noto Color Emoji", sans-serif;
padding: 5px 10px;
scrollbar-width: thin;
max-height: 90vh;
max-height: 90svh;
}
textarea.autoSetHeight {
max-height: 50vh;
max-height: 50svh;
}
input,