xP: only allow vertical textarea resizing

This commit is contained in:
Přemysl Eric Janouch 2022-09-10 17:07:56 +02:00
parent c06894b291
commit 240fac4d90
Signed by: p
GPG Key ID: A0420B94F92B9493
1 changed files with 1 additions and 0 deletions

View File

@ -162,6 +162,7 @@ textarea {
margin: 0;
border: 2px inset #eee;
flex-shrink: 0;
resize: vertical;
}
textarea:focus {
outline: none;