Add files via upload

This commit is contained in:
JAlB- 2023-03-28 12:07:02 +03:00 committed by GitHub
parent 31dd6c0531
commit b859e17dee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 217 additions and 218 deletions

View File

@ -6,6 +6,7 @@
<link rel="stylesheet" type="text/css" href="lib/litegraph.css" /> <link rel="stylesheet" type="text/css" href="lib/litegraph.css" />
<link rel="stylesheet" type="text/css" href="style.css" /> <link rel="stylesheet" type="text/css" href="style.css" />
<script type="text/javascript" src="lib/litegraph.core.js"></script> <script type="text/javascript" src="lib/litegraph.core.js"></script>
<script type="text/javascript" src="lib/SednaLib.js"></script>
<script type="module"> <script type="module">
import { app } from "/scripts/app.js"; import { app } from "/scripts/app.js";
await app.setup(); await app.setup();
@ -13,5 +14,7 @@
window.graph = app.graph; window.graph = app.graph;
</script> </script>
</head> </head>
<body></body> <body>
<script type="text/javascript" src="scripts/WorkflowCollection.js">
</script></body>
</html> </html>

View File

@ -1,6 +1,8 @@
:root { :root {
--fg-color: #000; --fg-color: #d5d5d5;
--bg-color: #fff; --bg-color: #202020;
--sel-color: #332222;
--item-color: #252525;
} }
@media (prefers-color-scheme: dark) { @media (prefers-color-scheme: dark) {
@ -64,12 +66,6 @@ body {
margin-bottom: 20px; /* Add some margin between the text and the close button*/ margin-bottom: 20px; /* Add some margin between the text and the close button*/
} }
.comfy-modal select,
.comfy-modal input[type=button],
.comfy-modal input[type=checkbox] {
margin: 3px 3px 3px 4px;
}
.comfy-modal button { .comfy-modal button {
cursor: pointer; cursor: pointer;
color: #aaaaaa; color: #aaaaaa;