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

This commit is contained in:
2025-03-31 14:29:04 +05:30
15 changed files with 581 additions and 519 deletions

View File

@@ -1029,10 +1029,14 @@
}
.asset-image {
height: 100%;
width: 100%;
position: absolute;
top: 50%;
right: 5px;
transform: translate(0, -50%);
// top: 50%;
// right: 5px;
// transform: translate(0, -50%);
top: 0;
left: 0;
z-index: 2;
}
}