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
3736dc90
Commit
3736dc90
authored
Apr 09, 2023
by
pythongosssss
Browse files
Add arrow to menu items with submenu
parent
1e1875f6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
web/style.css
web/style.css
+12
-0
No files found.
web/style.css
View file @
3736dc90
...
@@ -257,3 +257,15 @@ button.comfy-queue-btn {
...
@@ -257,3 +257,15 @@ button.comfy-queue-btn {
color
:
#ddd
;
color
:
#ddd
;
border-radius
:
12px
0
0
12px
;
border-radius
:
12px
0
0
12px
;
}
}
.litegraph
.litemenu-entry.has_submenu
{
position
:
relative
;
padding-right
:
20px
;
}
.litemenu-entry.has_submenu
::after
{
content
:
">"
;
position
:
absolute
;
top
:
0
;
right
:
2px
;
}
\ No newline at end of file
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