chore: transition on the height

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2022-08-17 15:55:27 +02:00
parent 09fa81a1ef
commit d7ef5b056f
+1 -1
View File
@@ -1233,7 +1233,7 @@ h3.collapsible span.arrow {
right: 0;
position: fixed;
color: rgb(0, 0, 0);
transition: transform 250ms ease-in-out;
transition: transform 250ms ease-in-out, height 250ms ease-in-out;
display: flex;
align-items: center;
transform: translateY(-50%) translateX(500px);