From f4d6ed4d8f7f92f393f8d93a545ea4b84a2d6dfe Mon Sep 17 00:00:00 2001 From: grey Date: Fri, 7 Jul 2023 13:59:24 +0200 Subject: [PATCH] fix on safari --- static/css/dashboard.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/css/dashboard.css b/static/css/dashboard.css index 816c7e2..15f8035 100644 --- a/static/css/dashboard.css +++ b/static/css/dashboard.css @@ -12,12 +12,12 @@ body { } /** Safari */ - @media not all and (min-resolution:.001dpcm){ + @supports (-webkit-appearance:none) and (not (stroke-color:transparent)) { .headLogo { - width: 3%; + width: 1%; } - }} + } /* * Sidebar