mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-31 15:37:26 -08:00
add border to zoom buttons
This commit is contained in:
parent
4d7f5a0a46
commit
1aa1847bc7
|
@ -2370,6 +2370,10 @@ export default mixins(
|
||||||
&.expanded {
|
&.expanded {
|
||||||
left: $--sidebar-expanded-width + $--zoom-menu-margin;
|
left: $--sidebar-expanded-width + $--zoom-menu-margin;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
button {
|
||||||
|
border: var(--border-base);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.node-creator-button {
|
.node-creator-button {
|
||||||
|
|
Loading…
Reference in a new issue