mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-05 23:56:42 +08:00
fix: 修复主题定制器顶部安全区
This commit is contained in:
@@ -473,6 +473,8 @@ async function handleResetSettings() {
|
|||||||
background: rgb(var(--v-theme-surface));
|
background: rgb(var(--v-theme-surface));
|
||||||
block-size: var(--theme-customizer-viewport-height, 100dvh);
|
block-size: var(--theme-customizer-viewport-height, 100dvh);
|
||||||
max-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 {
|
.theme-customizer-panel--dialog .theme-customizer-body {
|
||||||
|
|||||||
Reference in New Issue
Block a user