remove useless transition

ach you can't do this animation without js
This commit is contained in:
Stepan Usatiuk
2023-12-17 18:19:57 +01:00
parent 42a708925b
commit c31e32cc0e

View File

@@ -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 {