Fix : remove rotation on locked cards too

This commit is contained in:
2024-05-24 13:15:55 +02:00
parent df6d77b870
commit 8c7cc19991
+1 -1
View File
@@ -121,7 +121,7 @@ onMounted(() => {
animation-delay: var(--random-seed);
}
.card.unlocked:hover {
.card:hover {
animation-play-state: paused;
rotate: none !important;
}