fix: 修复主题定制器顶部安全区

This commit is contained in:
jxxghp
2026-06-04 21:54:52 +08:00
parent 2a68aa05f6
commit ad75b50a0c

View File

@@ -473,6 +473,8 @@ async function handleResetSettings() {
background: rgb(var(--v-theme-surface));
block-size: var(--theme-customizer-viewport-height, 100dvh);
max-block-size: var(--theme-customizer-viewport-height, 100dvh);
/* fullscreen dialog 会贴到 viewport-fit=cover 顶部iOS 需要在面板内部避开系统状态栏。 */
padding-block-start: env(safe-area-inset-top);
}
.theme-customizer-panel--dialog .theme-customizer-body {