mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-01-26 10:59:53 +00:00
Style: Dark mode body on load alternative (#8287)
## Summary Alternative to https://github.com/Comfy-Org/ComfyUI_frontend/pull/8077 ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-8287-Style-Dark-mode-body-on-load-alternative-2f26d73d365081fb8231f167e75beb83) by [Unito](https://www.unito.io)
This commit is contained in:
@@ -10,7 +10,13 @@
|
|||||||
<meta name="mobile-web-app-capable" content="yes">
|
<meta name="mobile-web-app-capable" content="yes">
|
||||||
<!-- Status bar style (eg. black or transparent) -->
|
<!-- Status bar style (eg. black or transparent) -->
|
||||||
<meta name="apple-mobile-web-app-status-bar-style" content="black">
|
<meta name="apple-mobile-web-app-status-bar-style" content="black">
|
||||||
|
<style>
|
||||||
|
@media (prefers-color-scheme: dark) {
|
||||||
|
body {
|
||||||
|
background-color: #202020;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</style>
|
||||||
<link rel="manifest" href="manifest.json">
|
<link rel="manifest" href="manifest.json">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|||||||
@@ -11,6 +11,5 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"display": "standalone",
|
"display": "standalone",
|
||||||
"background_color": "#ffffff",
|
|
||||||
"theme_color": "#000000"
|
"theme_color": "#000000"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -584,8 +584,6 @@ body {
|
|||||||
height: 100vh;
|
height: 100vh;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background: var(--bg-color) var(--bg-img);
|
|
||||||
color: var(--fg-color);
|
|
||||||
min-height: -webkit-fill-available;
|
min-height: -webkit-fill-available;
|
||||||
max-height: -webkit-fill-available;
|
max-height: -webkit-fill-available;
|
||||||
min-width: -webkit-fill-available;
|
min-width: -webkit-fill-available;
|
||||||
|
|||||||
Reference in New Issue
Block a user