fix: button hover animations — PDF 45°, wiggle for info/keyboard/bot

This commit is contained in:
juanatsap
2026-04-09 14:01:25 +01:00
parent e865e0d9e0
commit 9f6b44b478
2 changed files with 11 additions and 18 deletions
+1 -2
View File
@@ -38,8 +38,7 @@
}
.chat-toggle-btn:hover iconify-icon {
transform: rotate(90deg);
transition: transform 0.3s ease;
animation: iconWiggle 0.5s ease;
}
/* Icon swap: show mascot by default, close when active */