From bd8a1eda90426920dfd11ea49d7fca6d5e19352b Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Wed, 29 Oct 2025 16:14:55 +0000 Subject: [PATCH] Make sidebar separators a bit narrower --- .../node_modules/@node-red/editor-client/src/sass/sidebar.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/node_modules/@node-red/editor-client/src/sass/sidebar.scss b/packages/node_modules/@node-red/editor-client/src/sass/sidebar.scss index af20097dc..7437e1b30 100644 --- a/packages/node_modules/@node-red/editor-client/src/sass/sidebar.scss +++ b/packages/node_modules/@node-red/editor-client/src/sass/sidebar.scss @@ -51,7 +51,7 @@ } .red-ui-sidebar-separator { - width: 10px; + width: 7px; flex: 0 0 auto; // z-index: 11; background-color: var(--red-ui-primary-background);