improve dropdown transitions

This commit is contained in:
tobinio
2023-09-18 16:34:41 +02:00
parent ae7f7e9bd6
commit 323a74eef3
3 changed files with 19 additions and 0 deletions

View File

@@ -201,6 +201,12 @@ onBeforeUnmount(() => {
.btn {
height: 2.25rem;
transition: 0.05s;
&:not(.render-down):not(.render-up) {
transition-delay: 0.2s;
}
}
}