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