Commit 3736dc90 authored by pythongosssss's avatar pythongosssss
Browse files

Add arrow to menu items with submenu

parent 1e1875f6
...@@ -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
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment