new
This commit is contained in:
+15
@@ -0,0 +1,15 @@
|
||||
.canvas-node-container {
|
||||
background-color: var(--background-primary);
|
||||
border-radius: 0;
|
||||
border: 1px solid rgb(var(--canvas-color));
|
||||
contain: strict;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
overflow: hidden;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
box-shadow: var(--shadow-stationary);
|
||||
}
|
||||
+8
@@ -0,0 +1,8 @@
|
||||
.canvas-edges path.canvas-display-path {
|
||||
pointer-events: none;
|
||||
stroke-width: calc(1px* var(--zoom-multiplier));
|
||||
stroke: rgb(var(--canvas-color));
|
||||
fill: none;
|
||||
transition: stroke-width 100ms ease-out;
|
||||
stroke-linejoin: arcs;
|
||||
}
|
||||
Reference in New Issue
Block a user