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
255dac25
Commit
255dac25
authored
Apr 04, 2023
by
comfyanonymous
Browse files
Merge branch 'graphdialog-style' of
https://github.com/missionfloyd/ComfyUI
parents
871a76b7
de3d5f46
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
0 deletions
+25
-0
web/style.css
web/style.css
+25
-0
No files found.
web/style.css
View file @
255dac25
...
...
@@ -237,3 +237,28 @@ button.comfy-queue-btn {
visibility
:
hidden
}
}
.graphdialog
{
min-height
:
1em
;
}
.graphdialog
.name
{
font-size
:
14px
;
font-family
:
sans-serif
;
color
:
#999999
;
}
.graphdialog
button
{
margin-top
:
unset
;
vertical-align
:
unset
;
height
:
1.6em
;
padding-right
:
8px
;
}
.graphdialog
input
,
.graphdialog
textarea
,
.graphdialog
select
{
background-color
:
#222
;
border
:
2px
solid
;
border-color
:
#444444
;
color
:
#ddd
;
border-radius
:
12px
0
0
12px
;
}
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