Fix: add back locking animations
release-tag / release-image (push) Successful in 27s

This commit is contained in:
2024-05-13 17:45:26 +02:00
parent f0a618680f
commit eeb87907d7
+5 -1
View File
@@ -66,6 +66,9 @@ watch(
max-width: 256px;
position: relative;
display: flex;
margin-bottom: 0px;
margin-top: 15px;
transition: all .125s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.card.active {
@@ -84,7 +87,8 @@ watch(
}
.card.locked {
/* filter: brightness(0.5); */
margin-top: 0px;
margin-bottom: 15px;
filter: drop-shadow(5px 15px 2px rgba(0, 0, 0, .60));
}