mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
fix(editor): Unify canvas button positioning (#8258)
This commit is contained in:
@@ -173,8 +173,8 @@ function nodeTypeSelected(nodeTypes: string[]) {
|
||||
.nodeCreatorButton {
|
||||
position: absolute;
|
||||
text-align: center;
|
||||
top: var(--spacing-s);
|
||||
right: var(--spacing-s);
|
||||
top: var(--spacing-l);
|
||||
right: var(--spacing-l);
|
||||
pointer-events: all !important;
|
||||
|
||||
button {
|
||||
|
||||
Reference in New Issue
Block a user