From 8f6ae806149fe364f3053033a60826205f104b19 Mon Sep 17 00:00:00 2001 From: Iksas Date: Mon, 25 Oct 2021 16:31:31 +0200 Subject: [PATCH] don't use percentage in scale() to support Safari 15.0 and earlier Signed-off-by: Iksas --- style/pi-hole.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style/pi-hole.css b/style/pi-hole.css index 1859c6e8..8b5c6e62 100644 --- a/style/pi-hole.css +++ b/style/pi-hole.css @@ -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 {