From f6c2fd2d178fb12ee677f55e4696f8f188b5b937 Mon Sep 17 00:00:00 2001 From: rupayan Date: Sun, 1 Dec 2024 23:19:50 +0530 Subject: [PATCH] Hide side tool bar and adjust display properties in GraphView CSS --- web/assets/GraphView-DtkYXy38.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/assets/GraphView-DtkYXy38.css b/web/assets/GraphView-DtkYXy38.css index 507dac1a8..d40b91dac 100644 --- a/web/assets/GraphView-DtkYXy38.css +++ b/web/assets/GraphView-DtkYXy38.css @@ -46,7 +46,7 @@ } .side-tool-bar-container[data-v-e0812a25] { - display: flex; + display: none; flex-direction: column; align-items: center; @@ -249,6 +249,7 @@ order: 0; grid-column: 1/-1; max-height: 90vh; + display: none; } .comfyui-menu.dropzone[data-v-d84a704d] { background: var(--p-highlight-background);