fix: add wiggle animation to zoom button, ensure icon animations on mobile

This commit is contained in:
juanatsap
2026-04-09 14:05:58 +01:00
parent c044f785f3
commit ef25a9e233
@@ -157,10 +157,11 @@
transform: rotate(90deg);
}
/* Wiggle: email, info, keyboard, chat bot */
/* Wiggle: email, info, keyboard, zoom, chat bot */
.fixed-btn.contact-btn:hover iconify-icon,
.info-button:hover iconify-icon,
.shortcuts-btn:hover iconify-icon {
.shortcuts-btn:hover iconify-icon,
.zoom-toggle-btn:hover iconify-icon {
animation: iconWiggle 0.5s ease;
}