mirror of
https://github.com/ThaUnknown/miru.git
synced 2026-04-20 08:22:10 +00:00
fix: color flashing on load
fix: player top controls under notch
This commit is contained in:
parent
f99ce83da2
commit
1c176e8a61
3 changed files with 6 additions and 2 deletions
|
|
@ -11,7 +11,7 @@ let config = {
|
|||
}
|
||||
},
|
||||
plugins: {
|
||||
SplashScreen: { launchShowDuration: 0 },
|
||||
SplashScreen: { launchShowDuration: 150 },
|
||||
CapacitorHttp: { enabled: false }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1375,6 +1375,10 @@
|
|||
.bottom .ctrl[data-name='toggleFullscreen'] {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.top {
|
||||
padding-top: env(safe-area-inset-top) !important;
|
||||
}
|
||||
}
|
||||
|
||||
</style>
|
||||
|
|
|
|||
|
|
@ -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"> -->
|
||||
|
|
|
|||
Loading…
Reference in a new issue