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
3536a7c8
Commit
3536a7c8
authored
Apr 05, 2023
by
missionfloyd
Browse files
Put drag icon back
parent
8af2fe1e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
web/scripts/ui.js
web/scripts/ui.js
+1
-0
web/style.css
web/style.css
+1
-1
No files found.
web/scripts/ui.js
View file @
3536a7c8
...
...
@@ -415,6 +415,7 @@ export class ComfyUI {
this
.
menuContainer
=
$el
(
"
div.comfy-menu
"
,
{
parent
:
document
.
body
},
[
$el
(
"
div.drag-handle
"
,
{
style
:
{
overflow
:
"
hidden
"
,
position
:
"
relative
"
,
width
:
"
100%
"
,
cursor
:
"
default
"
}
},
[
$el
(
"
span.drag-handle
"
),
$el
(
"
span
"
,
{
$
:
(
q
)
=>
(
this
.
queueSize
=
q
)
}),
$el
(
"
button.comfy-settings-btn
"
,
{
textContent
:
"
⚙️
"
,
onclick
:
()
=>
this
.
settings
.
show
()
}),
]),
...
...
web/style.css
View file @
3536a7c8
...
...
@@ -102,7 +102,7 @@ body {
background-color
:
#353535
;
font-family
:
sans-serif
;
padding
:
10px
;
border-radius
:
8px
;
border-radius
:
0
8px
8px
8px
;
box-shadow
:
3px
3px
8px
rgba
(
0
,
0
,
0
,
0.4
);
}
...
...
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