mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-04-01 09:35:28 +00:00
set default textarea min-geight
This commit is contained in:
parent
c5eef6751d
commit
b47b9dc900
1 changed files with 4 additions and 0 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue