add border to zoom buttons

This commit is contained in:
Mutasem 2021-11-03 09:33:22 +01:00
parent 4d7f5a0a46
commit 1aa1847bc7

View file

@ -2370,6 +2370,10 @@ export default mixins(
&.expanded {
left: $--sidebar-expanded-width + $--zoom-menu-margin;
}
button {
border: var(--border-base);
}
}
.node-creator-button {