mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2025-01-11 07:27:58 +00:00
set default textarea min-geight
This commit is contained in:
parent
c5eef6751d
commit
b47b9dc900
@ -54,6 +54,10 @@ input:focus {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
textarea {
|
||||
min-height: 86px;
|
||||
}
|
||||
|
||||
/* @TODO improve focus out
|
||||
textarea:focus {
|
||||
min-height: 120px;
|
||||
|
Loading…
Reference in New Issue
Block a user