From 3736dc90e120c5bdec3f4dc64c9a3161797c2970 Mon Sep 17 00:00:00 2001 From: pythongosssss <125205205+pythongosssss@users.noreply.github.com> Date: Sun, 9 Apr 2023 11:29:55 +0100 Subject: [PATCH] Add arrow to menu items with submenu --- web/style.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/web/style.css b/web/style.css index afea3a8b8..0a4ebe664 100644 --- a/web/style.css +++ b/web/style.css @@ -257,3 +257,15 @@ button.comfy-queue-btn { color: #ddd; 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