Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
ComfyUI
Commits
606446d0
Commit
606446d0
authored
May 30, 2023
by
comfyanonymous
Browse files
Merge branch 'fix-litegraph-css' of
https://github.com/space-nuko/ComfyUI
parents
8ef197f0
468c27af
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
web/index.html
web/index.html
+1
-1
web/style.css
web/style.css
+5
-0
No files found.
web/index.html
View file @
606446d0
...
@@ -14,5 +14,5 @@
...
@@ -14,5 +14,5 @@
window
.
graph
=
app
.
graph
;
window
.
graph
=
app
.
graph
;
</script>
</script>
</head>
</head>
<body></body>
<body
class=
"litegraph"
></body>
</html>
</html>
web/style.css
View file @
606446d0
...
@@ -289,6 +289,11 @@ button.comfy-queue-btn {
...
@@ -289,6 +289,11 @@ button.comfy-queue-btn {
/* Context menu */
/* Context menu */
.litegraph
.dialog
{
z-index
:
1
;
font-family
:
Arial
;
}
.litegraph
.litemenu-entry.has_submenu
{
.litegraph
.litemenu-entry.has_submenu
{
position
:
relative
;
position
:
relative
;
padding-right
:
20px
;
padding-right
:
20px
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment