fix: chat X rotates clockwise, robot wiggles; PDF rotation now animated
This commit is contained in:
@@ -142,7 +142,11 @@
|
||||
transition: transform 0.3s ease;
|
||||
}
|
||||
|
||||
/* Rotate 45°: PDF */
|
||||
/* Rotate 45° animated: PDF */
|
||||
.download-btn iconify-icon {
|
||||
transition: transform 0.3s ease;
|
||||
}
|
||||
|
||||
.download-btn:hover iconify-icon {
|
||||
transform: rotate(45deg);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user