Merge remote-tracking branch 'origin/main' into realTimeVisulization

This commit is contained in:
2025-03-31 19:23:54 +05:30
18 changed files with 556 additions and 371 deletions

View File

@@ -22,7 +22,7 @@
min-height: 83px;
background: var(--background-color);
border: 1.23px solid var(--border-color);
box-shadow: 0px 4.91px 4.91px 0px #0000001c;
box-shadow: var(--box-shadow-heavy);
border-radius: $border-radius-medium;
padding: 18px;
position: absolute;
@@ -31,6 +31,7 @@
.scene-container {
overflow: hidden;
background: #232323;
}
.icon {