mirror of
https://github.com/pi-hole/web.git
synced 2024-12-06 19:36:21 +01:00
Merge pull request #1939 from Iksas/safari-animation-fix
fix dashboard icon animations in Safari
This commit is contained in:
+1
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user