fix: add wiggle animation to zoom button, ensure icon animations on mobile
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user