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; color: #fff;
} }
textarea {
min-height: 86px;
}
/* @TODO improve focus out /* @TODO improve focus out
textarea:focus { textarea:focus {
min-height: 120px; min-height: 120px;