RobotNet/RobotNet.WebApp/Pages/RobotModelManager.razor.css
2025-10-15 15:15:53 +07:00

22 lines
407 B
CSS

.robot-preview {
width: 20%;
height: 100%;
border-left: 1px solid silver;
}
.robot-create-item {
display: flex;
justify-content: center;
width: 100%;
height: 300px;
}
.robot-create-item img {
justify-content: center;
width: 400px;
height: 300px;
object-fit: contain;
border-radius: 10px;
image-rendering: pixelated;
}