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

This commit is contained in:
2025-03-31 19:39:58 +05:30
31 changed files with 1575 additions and 971 deletions

View File

@@ -318,6 +318,25 @@
.sidebar-right-content-container {
.dataSideBar {
.inputs-wrapper {
.datas {
.input-value {
padding: 5px 10px;
}
.input-value,
.rename-input {
margin-right: 24px;
width: 170px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
}
}
width: 100%;
height: 100%;
display: flex;
@@ -991,11 +1010,9 @@
top: 50%;
right: -10px;
transform: translate(0, -50%);
background: linear-gradient(
144.19deg,
#f1e7cd 16.62%,
#fffaef 85.81%
);
background: linear-gradient(144.19deg,
#f1e7cd 16.62%,
#fffaef 85.81%);
}
.category-image {
@@ -1058,4 +1075,4 @@
cursor: pointer;
}
}
}
}