feat(editor): Update canvas control buttons design and behaviour in new canvas (no-changelog) (#10435)

Co-authored-by: Elias Meire <elias@meire.dev>
This commit is contained in:
Alex Grozav
2024-08-16 17:01:10 +03:00
committed by GitHub
parent fc6d4138d5
commit 77ebd93bd3
6 changed files with 183 additions and 47 deletions

View File

@@ -7,14 +7,19 @@
}
.vue-flow__minimap {
height: 120px;
overflow: hidden;
margin-bottom: calc(48px + 2 * var(--spacing-xs));
border: var(--border-base);
border-radius: var(--border-radius-base);
background: var(--color-background-light);
.minimap-node-default {
fill: var(--color-foreground-dark);
}
.minimap-node-n8n-nodes-base-stickyNote {
opacity: 0.05;
fill: var(--color-background-dark);
fill: var(--color-foreground-dark);
opacity: 0.2;
}
}