fix: color flashing on load

fix: player top controls under notch
This commit is contained in:
ThaUnknown 2023-11-18 15:07:20 +01:00
parent f99ce83da2
commit 1c176e8a61
3 changed files with 6 additions and 2 deletions

View file

@ -11,7 +11,7 @@ let config = {
}
},
plugins: {
SplashScreen: { launchShowDuration: 0 },
SplashScreen: { launchShowDuration: 150 },
CapacitorHttp: { enabled: false }
}
}

View file

@ -1375,6 +1375,10 @@
.bottom .ctrl[data-name='toggleFullscreen'] {
display: none;
}
.top {
padding-top: env(safe-area-inset-top) !important;
}
}
</style>

View file

@ -79,7 +79,7 @@ module.exports = (parentDir, alias = {}, aliasFields = 'browser', filename = 'ap
<head>
<meta charset='utf-8'>
<meta name='viewport' content='width=device-width,initial-scale=1'>
<meta name="theme-color" content="#191c20">
<meta name="theme-color" content="#17191c">
<title>Miru</title>
<!-- <link rel="preconnect" href="https://www.youtube-nocookie.com"> -->