mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
fix(editor): Set deterministic width for sidebar (#15753)
This commit is contained in:
@@ -505,8 +505,7 @@ onClickOutside(createBtn as Ref<VueInstance>, () => {
|
||||
grid-template-rows: auto 1fr auto;
|
||||
border-right: var(--border-width-base) var(--border-style-base) var(--color-foreground-base);
|
||||
transition: width 150ms ease-in-out;
|
||||
min-width: $sidebar-expanded-width;
|
||||
max-width: 244px;
|
||||
width: $sidebar-expanded-width;
|
||||
background-color: var(--menu-background, var(--color-background-xlight));
|
||||
|
||||
.logo {
|
||||
|
||||
Reference in New Issue
Block a user