From 9b2837250171d371f8414bc35ec8472a75fd1d45 Mon Sep 17 00:00:00 2001 From: filtered <176114999+webfiltered@users.noreply.github.com> Date: Sat, 11 Jan 2025 23:48:57 +1100 Subject: [PATCH] Revert native controls separator - poor UX Minor UX concern that can be looked at later. --- src/components/topbar/TopMenubar.vue | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/components/topbar/TopMenubar.vue b/src/components/topbar/TopMenubar.vue index e3a3753fe..34e220784 100644 --- a/src/components/topbar/TopMenubar.vue +++ b/src/components/topbar/TopMenubar.vue @@ -151,16 +151,6 @@ if (isElectron()) { app-region: drag; padding-right: calc(100% - env(titlebar-area-width, 0)); } - - .comfyui-menu::after { - content: ''; - height: calc(100% - 0.75rem); - width: 2px; - background-color: var(--p-navigation-item-icon-color); - display: block; - margin-left: 1rem; - margin-right: 1rem; - } } button,