This commit is contained in:
2025-12-27 11:44:50 +08:00
commit ccd43fac1f
1193 changed files with 384161 additions and 0 deletions
+15
View File
@@ -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);
}