mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-28 22:19:41 -08:00
update zoom level
This commit is contained in:
parent
b9831428f4
commit
bb2f84ae54
|
@ -426,7 +426,7 @@ export default mixins(
|
||||||
'background-size': `${squareSize}px ${squareSize}px`,
|
'background-size': `${squareSize}px ${squareSize}px`,
|
||||||
'background-position': `left ${offsetPosition[0]}px top ${offsetPosition[1]}px`,
|
'background-position': `left ${offsetPosition[0]}px top ${offsetPosition[1]}px`,
|
||||||
};
|
};
|
||||||
if (squareSize > 10) {
|
if (squareSize > 10.5) {
|
||||||
return {
|
return {
|
||||||
...styles,
|
...styles,
|
||||||
'background-image': `radial-gradient(circle at ${dotPosition}px ${dotPosition}px, #D4DADE ${dotSize}px, transparent 0)`,
|
'background-image': `radial-gradient(circle at ${dotPosition}px ${dotPosition}px, #D4DADE ${dotSize}px, transparent 0)`,
|
||||||
|
|
Loading…
Reference in a new issue