mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2025-01-22 20:54:52 +00:00
set default textarea min-geight
This commit is contained in:
parent
c5eef6751d
commit
b47b9dc900
@ -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…
x
Reference in New Issue
Block a user