Skip to content

Commit

Permalink
Merge pull request #1939 from Iksas/safari-animation-fix
Browse files Browse the repository at this point in the history
fix dashboard icon animations in Safari
  • Loading branch information
yubiuser authored Oct 25, 2021
2 parents b4780e4 + 8f6ae80 commit ae17a48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion style/pi-hole.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit ae17a48

Please sign in to comment.