mirror of
https://github.com/usatiuk/y.git
synced 2025-10-28 10:37:47 +01:00
remove useless transition
ach you can't do this animation without js
This commit is contained in:
@@ -6,16 +6,17 @@
|
||||
padding: 7px;
|
||||
resize: none;
|
||||
margin: 1rem 0;
|
||||
transition: height 0.5s;
|
||||
min-height: 3rem;
|
||||
|
||||
&.postEditing {
|
||||
padding: 0;
|
||||
|
||||
&:focus-within {
|
||||
border-color: mediumpurple;
|
||||
outline: solid mediumpurple 2px;
|
||||
}
|
||||
height: 6rem;
|
||||
transition: height 0.5s;
|
||||
|
||||
min-height: 6rem;
|
||||
}
|
||||
|
||||
.text {
|
||||
|
||||
Reference in New Issue
Block a user