Merge branch 'comfyanonymous:master' into feature/preview-latent

This commit is contained in:
Dr.Lt.Data 2023-05-31 13:08:21 +09:00 committed by GitHub
commit 0aecbd0cf3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View File

@ -14,5 +14,5 @@
window.graph = app.graph;
</script>
</head>
<body></body>
<body class="litegraph"></body>
</html>

View File

@ -289,6 +289,11 @@ button.comfy-queue-btn {
/* Context menu */
.litegraph .dialog {
z-index: 1;
font-family: Arial;
}
.litegraph .litemenu-entry.has_submenu {
position: relative;
padding-right: 20px;