Merge pull request #1939 from Iksas/safari-animation-fix

fix dashboard icon animations in Safari
This commit is contained in:
yubiuser
2021-10-25 22:15:52 +02:00
committed by GitHub
+1 -1
View File
@@ -339,7 +339,7 @@
/*** Icons grow on hover, but remain centered ***/
.small-box:hover .icon {
font-size: 90px; /* keep the same font-size, to avoid shifting the position */
transform: scale(106%);
transform: scale(1.06);
}
.list-status-0 {