set default textarea min-geight

This commit is contained in:
ghost 2023-08-30 19:39:51 +03:00
parent c5eef6751d
commit b47b9dc900

View File

@ -54,6 +54,10 @@ input:focus {
color: #fff;
}
textarea {
min-height: 86px;
}
/* @TODO improve focus out
textarea:focus {
min-height: 120px;