From b03ae41ac7fbfb5ac2427c57a834c4c51aafaed6 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Thu, 6 Feb 2025 16:26:10 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E5=9C=A8index.html=E4=B8=AD?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=88=9D=E5=A7=8B=E5=8A=A0=E8=BD=BD=E8=83=8C?= =?UTF-8?q?=E6=99=AF=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/index.html b/index.html index 5eed8ad2..1976ba51 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@ + style="overflow: hidden auto; min-block-size: calc(100% + env(safe-area-inset-top) + env(safe-area-inset-bottom));background: var(--initial-loader-bg, #fff);"> @@ -37,7 +37,6 @@ const primaryColor = localStorage.getItem('materio-initial-loader-color') || '#9155FD' if (primaryColor) document.documentElement.style.setProperty('--initial-loader-color', primaryColor) - document.documentElement.style.setProperty('background', 'var(--initial-loader-bg, #fff)')