From d7a32d985b0e0f9a6fc4095ac049078b1dcacd65 Mon Sep 17 00:00:00 2001 From: Richard Schreiber Date: Thu, 3 Mar 2022 15:36:09 +0100 Subject: [PATCH] Fix -- Custom favicon not showing correctly in Safari (#Z181607) (#2511) * remove mask-icon as it basically unused nowadays * remove 194x194-size favicon in 194x194 is a hack for firefox only useful when chrome-android-icon in 192x192 is specifically created for android with a drop-shadow. This is not the case with pretix-logo or even custom logos. So we can safely drop the 194x194 size. Co-authored-by: Raphael Michel --- .../presale/templates/pretixpresale/base.html | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/src/pretix/presale/templates/pretixpresale/base.html b/src/pretix/presale/templates/pretixpresale/base.html index 352a1b89b6..14fd12d129 100644 --- a/src/pretix/presale/templates/pretixpresale/base.html +++ b/src/pretix/presale/templates/pretixpresale/base.html @@ -24,22 +24,21 @@ {% if settings.favicon %} - - + + + {% elif development_warning or debug_warning %} {% else %} - - + + + {% endif %} - - -